We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c8167 commit 8f31a01Copy full SHA for 8f31a01
2 files changed
opamp/opentelemetry-opamp-client/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## Version 0.2b0 (2026-04-01)
11
+
12
- Breaking change: callback class `Callbacks` renamed to `OpAMPCallbacks`
13
([#4355](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4355))
14
opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
15
-__version__ = "0.2b0.dev"
+__version__ = "0.3b0.dev"
0 commit comments