This commit is contained in:
jerevoss 2023-05-05 11:21:22 -07:00
Родитель 4cc659a847
Коммит fb076e617c
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,8 @@
## Unreleased
## [1.0.0b12](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b12) - 2023-05-05
- Remove most configuration for Public Preview
([#277](https://github.com/microsoft/ApplicationInsights-Python/pull/277))
- Infer telemetry category disablement from exporter environment variables

Просмотреть файл

@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------
VERSION = "1.0.0b11"
VERSION = "1.0.0b12"