File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,30 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
6
7
7
## Next
8
8
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
+
9
33
## 1.23.0
10
34
11
35
### User-facing
Original file line number Diff line number Diff line change 1
1
module Fog
2
2
module Google
3
- VERSION = "1.23 .0" . freeze
3
+ VERSION = "1.24 .0" . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments