Skip to content

Commit 11b2b61

Browse files
authored
update CHANGELOG and bump version to 1.1.0 (#298)
1 parent a4eb97f commit 11b2b61

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+
## v1.1.0
4+
5+
- Bump to OTel 1.32.1: logging module autoinstrumentation improvements, explicit bucket advisory fixes, asyncclick instrumentation (#293)
6+
- Bump openai instrumentation to 1.1.0 in docker image (#297)
7+
38
## v1.0.0
49

510
- Enable opentelemetry-instrumentation-vertexai in edot-bootstrap (#283)

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.0.0"
17+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)