Skip to content

Commit

Permalink
^ Release 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed May 14, 2021
1 parent 62a0213 commit 88e7a64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


=======
## [2.14.1]

### Added

- Add support for setting option `log_silently` in YML (not new option)
(https://github.com/AssetSync/asset_sync/pull/417)


## [2.14.0] - 2021-03-31

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


[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.14.0...HEAD
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.14.1...HEAD
[2.14.1]: https://github.com/AssetSync/asset_sync/compare/v2.14.0...v2.14.1
[2.14.0]: https://github.com/AssetSync/asset_sync/compare/v2.13.1...v2.14.0
[2.13.1]: https://github.com/AssetSync/asset_sync/compare/v2.13.0...v2.13.1
[2.13.0]: https://github.com/AssetSync/asset_sync/compare/v2.12.1...v2.13.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.14.0"
VERSION = "2.14.1"
end

0 comments on commit 88e7a64

Please sign in to comment.