Skip to content

Commit

Permalink
Merge pull request #437 from Temikus/release_182
Browse files Browse the repository at this point in the history
Release 1.8.2 🛠
  • Loading branch information
Temikus authored Jan 23, 2019
2 parents 89a91bc + aa7f084 commit f5202c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,37 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Next

## 1.8.2

### User-facing

#### Added

- \#435 Added additional examples for attached disks usage. [temikus]

#### Fixed

- \#433 Allow the api to close Tempfiles inline, improving disk utilization.
[itopalov]

### Development changes

#### Added

- \#425 Integration on Jruby + disk snapshot tests: [temikus]
- Adding JRuby 9.1 into Travis
- Added integration tests for disk snapshots

#### Fixed

- \#425 Miscellaneous dev improvements around JRuby and disk handling [temikus]
- \#432 Relax fog-json constraint to minor version. [pravi]

- \#425 Miscellaneous dev improvements around JRuby and disk handling: [temikus]
- Fix bundling in development environment on JRuby
- Adding JRuby 9.1 into Travis
- Remove EOL versions of ruby from Travis
- Consolidated logic of `Disk.get_as_boot_disk` and increase doc coverage of
disk-associated methods.
- Added integration tests for disk snapshots + a guard method for
`Snapshot.add_labels`

- \#435
- Add a guard a guard method for `Snapshot.add_labels`

## 1.8.1

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

0 comments on commit f5202c2

Please sign in to comment.