Skip to content

Commit

Permalink
chore(main): release google-cloud-env 2.2.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 4, 2024
1 parent c6ed7bb commit e94e072
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.2.0"
".": "2.2.1"
}
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.2.1 (2024-10-04)

#### Bug Fixes

* Fixed edge cases in token expiration extraction ([#73](https://github.com/googleapis/ruby-cloud-env/issues/73))

### 2.2.0 (2024-08-22)

#### Features
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.2.0".freeze
VERSION = "2.2.1".freeze
end
end
end

0 comments on commit e94e072

Please sign in to comment.