diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f452ef..124e06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Elastic Distribution of OpenTelemetry Python Changelog +## v0.6.1 + +- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222) +- Disable GCP Cloud detector for avoid an infinite loop on GCP (#222) + ## v0.6.0 - Bump to OTel 1.29.0 (#211) diff --git a/src/elasticotel/distro/version.py b/src/elasticotel/distro/version.py index c665d95..74ea943 100644 --- a/src/elasticotel/distro/version.py +++ b/src/elasticotel/distro/version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.0" +__version__ = "0.6.1"