Skip to content

Commit 192a6a8

Browse files
authored
update CHANGELOG and bump version to 0.7.0 (#243)
1 parent 4f56296 commit 192a6a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v0.7.0
4+
5+
- Bump to OTel 1.30.0: Python 3.13 support, pymssql instrumentation, basic GenAI tracing with AWS Bedrock (#241)
6+
37
## v0.6.1
48

59
- Bump opentelemetry-sdk-extension-aws to 2.1.0 (#222)

src/elasticotel/distro/version.py

+1-1
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.1"
17+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)