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 c123e18 commit c6b823eCopy full SHA for c6b823e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Elastic Distribution of OpenTelemetry Python Changelog
2
3
+## v0.6.0
4
+
5
+- Bump to OTel 1.29.0 (#211)
6
+- Bump elastic-opentelemetry-instrumentation-openai dependency to 0.6.0 (#210)
7
8
## v0.5.0
9
10
- Enable by default cloud resource detectors for AWS, Azure and GCP (#198)
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.5.0"
+__version__ = "0.6.0"
0 commit comments