Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
^ Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jul 25, 2019
1 parent 2cb8f46 commit 5ff527c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [2.8.1] - 2019-07-25

### Changed

- Removed `rubyforge_project` from gemspec
(https://github.com/AssetSync/asset_sync/pull/386)

### Fixed

- Fixed when `fog_public` set to `false`, file were still set to be public
(https://github.com/AssetSync/asset_sync/pull/387)


## [2.8.0] - 2019-06-17

### Added
Expand Down Expand Up @@ -909,7 +922,8 @@ Changes:
* Merge branch 'sinatra'


[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.8.0...HEAD
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.8.1...HEAD
[2.8.1]: https://github.com/AssetSync/asset_sync/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/AssetSync/asset_sync/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/AssetSync/asset_sync/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/AssetSync/asset_sync/compare/v2.5.0...v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion lib/asset_sync/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AssetSync
VERSION = "2.8.0".freeze
VERSION = "2.8.1".freeze
end

0 comments on commit 5ff527c

Please sign in to comment.