Skip to content

Commit

Permalink
Merge pull request #203 from jeremydvoss/release-1.0.0b8
Browse files Browse the repository at this point in the history
Release 1.0.0b8
  • Loading branch information
jeremydvoss committed Sep 27, 2022
2 parents e71ff8f + 7d72962 commit 9424d79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [1.0.0b8](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b8) - 2022-09-26

- Changing instrumentation dependencies to ~=0.33b0
([#203](https://github.com/microsoft/ApplicationInsights-Python/pull/203))

## [1.0.0b7](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b7) - 2022-09-26

- Moved and updated README
Expand Down
10 changes: 5 additions & 5 deletions azure-monitor-opentelemetry-distro/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
azure-monitor-opentelemetry-exporter == 1.0.0b7
opentelemetry-instrumentation == 0.33b0
opentelemetry-instrumentation-requests == 0.33b0
opentelemetry-instrumentation-flask == 0.33b0
opentelemetry-instrumentation-psycopg2 == 0.33b0
azure-monitor-opentelemetry-exporter == 1.0.0b8
opentelemetry-instrumentation ~= 0.33b0
opentelemetry-instrumentation-requests ~= 0.33b0
opentelemetry-instrumentation-flask ~= 0.33b0
opentelemetry-instrumentation-psycopg2 ~= 0.33b0

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b7"
VERSION = "1.0.0b8"

0 comments on commit 9424d79

Please sign in to comment.