Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Elastic Distribution of OpenTelemetry Python Changelog

## v1.1.0

- Bump to OTel 1.32.1: logging module autoinstrumentation improvements, explicit bucket advisory fixes, asyncclick instrumentation (#293)
- Bump openai instrumentation to 1.1.0 in docker image (#297)

## v1.0.0

- Enable opentelemetry-instrumentation-vertexai in edot-bootstrap (#283)
Expand Down
2 changes: 1 addition & 1 deletion src/elasticotel/distro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.0"
__version__ = "1.1.0"