Skip to content

Commit f5202c2

Browse files
authored
Merge pull request #437 from Temikus/release_182
Release 1.8.2 🛠
2 parents 89a91bc + aa7f084 commit f5202c2

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

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

77
## Next
88

9+
## 1.8.2
10+
911
### User-facing
1012

13+
#### Added
14+
1115
- \#435 Added additional examples for attached disks usage. [temikus]
1216

17+
#### Fixed
18+
19+
- \#433 Allow the api to close Tempfiles inline, improving disk utilization.
20+
[itopalov]
21+
1322
### Development changes
1423

24+
#### Added
25+
26+
- \#425 Integration on Jruby + disk snapshot tests: [temikus]
27+
- Adding JRuby 9.1 into Travis
28+
- Added integration tests for disk snapshots
29+
1530
#### Fixed
1631

17-
- \#425 Miscellaneous dev improvements around JRuby and disk handling [temikus]
32+
- \#432 Relax fog-json constraint to minor version. [pravi]
33+
34+
- \#425 Miscellaneous dev improvements around JRuby and disk handling: [temikus]
1835
- Fix bundling in development environment on JRuby
19-
- Adding JRuby 9.1 into Travis
2036
- Remove EOL versions of ruby from Travis
2137
- Consolidated logic of `Disk.get_as_boot_disk` and increase doc coverage of
2238
disk-associated methods.
23-
- Added integration tests for disk snapshots + a guard method for
24-
`Snapshot.add_labels`
25-
26-
- \#435
39+
- Add a guard a guard method for `Snapshot.add_labels`
2740

2841
## 1.8.1
2942

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.8.1".freeze
3+
VERSION = "1.8.2".freeze
44
end
55
end

0 commit comments

Comments
 (0)