Skip to content

Commit

Permalink
Release 1.1.0 (Part 1/2) release commit
Browse files Browse the repository at this point in the history
- Update version.py files
- Marked releases in changelogs
  • Loading branch information
aabmass committed Jan 13, 2022
1 parent 5f3dfa7 commit 163cb80
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions opentelemetry-exporter-gcp-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.1.0a0

Released 2022-01-13

## Version 1.0.0a0

Released 2021-04-22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.0.dev0"
__version__ = "1.1.0a0"
4 changes: 4 additions & 0 deletions opentelemetry-exporter-gcp-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.1.0

Released 2022-01-13

- Add optional resource attributes to trace spans with regex
([#145](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/145))
- Upgrade `google-cloud-trace` dependency to version 1.1 or newer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.0.dev0"
__version__ = "1.1.0"
4 changes: 4 additions & 0 deletions opentelemetry-propagator-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.1.0

Released 2022-01-13

## Version 1.0.0

Released 2021-05-13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.0.dev0"
__version__ = "1.1.0"
4 changes: 4 additions & 0 deletions opentelemetry-resourcedetector-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 1.1.0a0

Released 2022-01-13

## Version 1.0.0a0

Released 2021-04-22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.0.dev0"
__version__ = "1.1.0a0"

0 comments on commit 163cb80

Please sign in to comment.