Skip to content

Commit c796f82

Browse files
authored
Merge pull request #628 from fog/release-1.24.0
Release 1.24.0 🚀
2 parents cd89caa + 244fa48 commit c796f82

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

77
## Next
88

9+
10+
### User-facing
11+
12+
#### Added
13+
14+
- #613 Spruce up attaching and detaching disks on running servers [rchekaluk]
15+
- #621 Added support for discard_local_ssd when stopping an instance [rchekaluk]
16+
17+
### Development changes
18+
19+
### Added
20+
21+
- #618 Deprecated Ruby-2.0 support [temikus]
22+
- #624 Migrated the Integration tests to new ARC runners [temikus]
23+
- #625 Fixed 'Ostruct' errors in storage tests [temikus]
24+
- #627 Added concurrency groups to integration test workfows [temikus]
25+
26+
#### Fixed
27+
28+
- #604 Updated pry requirement from = 0.13.0 to = 0.14.2 [dependabot]
29+
- #619 Updated google-cloud-env requirement from ~> 1.2 to >= 1.2, < 3.0 [dependabot]
30+
- #620 Bump actions/stale from 8 to 9 [dependabot]
31+
- #622 Updated fog-core requirement from < 2.3 to < 2.5 [dependabot]
32+
933
## 1.23.0
1034

1135
### 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.23.0".freeze
3+
VERSION = "1.24.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)