We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97327a commit 087c3a5Copy full SHA for 087c3a5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Elastic Distribution of OpenTelemetry Python Changelog
2
3
+## v0.6.1
4
+
5
+- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222)
6
+- Bump opentelemetry-resourcedetector-gcp to 1.8.0a0 (#229)
7
+- Add OpenAI examples (#226)
8
9
## v0.6.0
10
11
- Bump to OTel 1.29.0 (#211)
src/elasticotel/distro/version.py
@@ -14,4 +14,4 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments