Skip to content

Commit

Permalink
chore(main): release google-cloud-env 2.1.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 12, 2023
1 parent 5857e55 commit 5a1a000
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.1.0"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 2.1.0 (2023-12-12)

#### Features

* Provide retrieval_monotonic_time on compute metadata response objects ([#62](https://github.com/googleapis/ruby-cloud-env/issues/62))

### 2.0.1 (2023-12-01)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/google/cloud/env/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Env
# Library version
# @return [String]
#
VERSION = "2.0.1".freeze
VERSION = "2.1.0".freeze
end
end
end

0 comments on commit 5a1a000

Please sign in to comment.