Skip to content

Commit eee60b2

Browse files
committed
update CHANGELOG and bump version to 0.6.1
1 parent 6448e51 commit eee60b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v0.6.1
4+
5+
- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222)
6+
- Disable GCP Cloud detector for avoid an infinite loop on GCP (#222)
7+
38
## v0.6.0
49

510
- Bump to OTel 1.29.0 (#211)

src/elasticotel/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "0.6.0"
17+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)