We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb4918 commit 242cfe1Copy full SHA for 242cfe1
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.1b0 (2026-03-23)
11
+
12
- Initial implementation
13
([#3635](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3635))
14
- Update client to have additional callback methods
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.1b0.dev"
+__version__ = "0.2b0.dev"
0 commit comments