Skip to content

Commit

Permalink
Merge pull request #617 from fog/release-1_23_0
Browse files Browse the repository at this point in the history
Release 1.23.0 🚀
  • Loading branch information
Temikus authored Dec 2, 2023
2 parents b158561 + 3c3952e commit 8e7ccf6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Next

## 1.23.0

### User-facing

#### Fixed

- #609 Fixed missing paging on all models [agrare]
- #608 Fixed `Fog::Compute::Google::Servers#all` paging [agrare]

### Development changes

#### Fixed

- #606 Use `Minitest::Test` instead of `MiniTest::Test` [chubchenko]
- #605 Bump actions/checkout from 3 to 4 [dependabot]
- #602 Bump actions/stale from 6 to 8 [dependabot]

## 1.22.0

### User-facing
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/google/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Google
VERSION = "1.22.0".freeze
VERSION = "1.23.0".freeze
end
end

0 comments on commit 8e7ccf6

Please sign in to comment.