Skip to content

Commit

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


## [2.15.1] - 2021-11-22

### Changed

- Update dev dependency `fog-azure-rm` to become `gitlab-fog-azure-rm`

### Fixed

- Fix YAML config file parsing with Psych v4
(https://github.com/AssetSync/asset_sync/pull/422)


## [2.15.0] - 2021-08-05

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


[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.15.0...HEAD
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.15.1...HEAD
[2.15.1]: https://github.com/AssetSync/asset_sync/compare/v2.15.0...v2.15.1
[2.15.0]: https://github.com/AssetSync/asset_sync/compare/v2.14.2...v2.15.0
[2.14.2]: https://github.com/AssetSync/asset_sync/compare/v2.14.1...v2.14.2
[2.14.1]: https://github.com/AssetSync/asset_sync/compare/v2.14.0...v2.14.1
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.15.0"
VERSION = "2.15.1"
end

0 comments on commit e729879

Please sign in to comment.