Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 8fc960a

Browse files
authored
update changelog after 0.7.6 release (#829)
1 parent 228b5cf commit 8fc960a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Unreleased
44

5+
## 0.7.6
6+
Released 2019-11-26
7+
8+
- Initial release for `datadog` module
9+
([#793](https://github.com/census-instrumentation/opencensus-python/pull/793))
10+
- Updated `azure` module
11+
([#789](https://github.com/census-instrumentation/opencensus-python/pull/789),
12+
[#822](https://github.com/census-instrumentation/opencensus-python/pull/822))
13+
514
## 0.7.5
615
Released 2019-10-01
716

contrib/opencensus-ext-azure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 1.0.1
6+
Released 2019-11-26
7+
8+
- Validate instrumentation key in Azure Exporters
9+
([#789](https://github.com/census-instrumentation/opencensus-python/pull/789))
10+
- Add optional custom properties to logging messages
11+
([#822](https://github.com/census-instrumentation/opencensus-python/pull/822))
12+
513
## 1.0.0
614
Released 2019-09-30
715

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

3-
## Unreleased
4-
- Initial version.
3+
## 0.1.0
4+
Released 2019-11-26
5+
6+
- Initial version
7+
([#793](https://github.com/census-instrumentation/opencensus-python/pull/793))

0 commit comments

Comments
 (0)