Skip to content

Commit

Permalink
chore(main): release google-cloud-env 2.1.1 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 1, 2024
1 parent 6038b34 commit 18f4881
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
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.1.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History

### 2.1.1 (2024-02-01)

#### Bug Fixes

* Setting non-empty overrides simulates metadata server existence setting ([#64](https://github.com/googleapis/ruby-cloud-env/issues/64))

### 2.1.0 (2023-12-12)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/google/cloud/env/version.rb
Expand Up @@ -20,7 +20,7 @@ class Env
# Library version
# @return [String]
#
VERSION = "2.1.0".freeze
VERSION = "2.1.1".freeze
end
end
end

0 comments on commit 18f4881

Please sign in to comment.