Skip to content

Commit 3c3952e

Browse files
committed
Release 1.23.0
1 parent b158561 commit 3c3952e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## Next
88

9+
## 1.23.0
10+
11+
### User-facing
12+
13+
#### Fixed
14+
15+
- #609 Fixed missing paging on all models [agrare]
16+
- #608 Fixed `Fog::Compute::Google::Servers#all` paging [agrare]
17+
18+
### Development changes
19+
20+
#### Fixed
21+
22+
- #606 Use `Minitest::Test` instead of `MiniTest::Test` [chubchenko]
23+
- #605 Bump actions/checkout from 3 to 4 [dependabot]
24+
- #602 Bump actions/stale from 6 to 8 [dependabot]
25+
926
## 1.22.0
1027

1128
### User-facing

lib/fog/google/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.22.0".freeze
3+
VERSION = "1.23.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)