Skip to content

Commit e94e072

Browse files
chore(main): release google-cloud-env 2.2.1 (#74)
1 parent c6ed7bb commit e94e072

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.2.1"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 2.2.1 (2024-10-04)
4+
5+
#### Bug Fixes
6+
7+
* Fixed edge cases in token expiration extraction ([#73](https://github.com/googleapis/ruby-cloud-env/issues/73))
8+
39
### 2.2.0 (2024-08-22)
410

511
#### Features

lib/google/cloud/env/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Env
2020
# Library version
2121
# @return [String]
2222
#
23-
VERSION = "2.2.0".freeze
23+
VERSION = "2.2.1".freeze
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)