Skip to content

Commit 67e03a3

Browse files
authored
update CHANGELOG and bump version to 1.2.0 (#310)
1 parent 15a8fbf commit 67e03a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v1.2.0
4+
5+
- Bump to OTel 1.33.1: logs OTLP serialization improvements, stable `code` attributes used in logs (#307)
6+
7+
Upstream changes:
8+
* https://github.com/open-telemetry/opentelemetry-python/discussions/4574
9+
* https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3487
10+
- Bump openai instrumentation to 1.1.1 in docker image (#308)
11+
312
## v1.1.0
413

514
- Bump to OTel 1.32.1: logging module autoinstrumentation improvements, explicit bucket advisory fixes, asyncclick instrumentation (#293)

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__ = "1.1.0"
17+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)