Skip to content

Commit

Permalink
^ Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jan 15, 2020
1 parent 98798a2 commit 11d206f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Add option `concurrent_uploads` to improve speed of uploading
(https://github.com/AssetSync/asset_sync/pull/393)
- Nothing

### Changed

Expand All @@ -19,6 +18,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [2.9.0] - 2020-01-15

### Added

- Add option `concurrent_uploads` to improve speed of uploading
(https://github.com/AssetSync/asset_sync/pull/393)


## [2.8.2] - 2019-12-27

### Changed
Expand Down Expand Up @@ -931,7 +938,8 @@ Changes:
* Merge branch 'sinatra'


[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.8.2...HEAD
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.9.0...HEAD
[2.9.0]: https://github.com/AssetSync/asset_sync/compare/v2.8.2...v2.9.0
[2.8.2]: https://github.com/AssetSync/asset_sync/compare/v2.8.1...v2.8.2
[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
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.2"
VERSION = "2.9.0"
end

0 comments on commit 11d206f

Please sign in to comment.