Skip to content

Commit 23aedef

Browse files
chore(main): release google-cloud-env 2.3.1 (#87)
1 parent 8648059 commit 23aedef

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.3.0"
2+
".": "2.3.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.3.1 (2025-05-23)
4+
5+
#### Bug Fixes
6+
7+
* Compatibility fix for JRuby 10 on non-Windows systems ([#86](https://github.com/googleapis/ruby-cloud-env/issues/86))
8+
39
### 2.3.0 (2025-04-30)
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.3.0".freeze
23+
VERSION = "2.3.1".freeze
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)