We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b158561 commit 3c3952eCopy full SHA for 3c3952e
CHANGELOG.md
@@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
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
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
26
## 1.22.0
27
28
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.22.0".freeze
+ VERSION = "1.23.0".freeze
4
end
5
0 commit comments