Skip to content

Commit e729879

Browse files
committed
^ Release 2.15.1
1 parent 693dc60 commit e729879

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818
- Nothing
1919

2020

21+
## [2.15.1] - 2021-11-22
22+
23+
### Changed
24+
25+
- Update dev dependency `fog-azure-rm` to become `gitlab-fog-azure-rm`
26+
27+
### Fixed
28+
29+
- Fix YAML config file parsing with Psych v4
30+
(https://github.com/AssetSync/asset_sync/pull/422)
31+
32+
2133
## [2.15.0] - 2021-08-05
2234

2335
### Added
@@ -1026,7 +1038,8 @@ Changes:
10261038
* Merge branch 'sinatra'
10271039

10281040

1029-
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.15.0...HEAD
1041+
[Unreleased]: https://github.com/AssetSync/asset_sync/compare/v2.15.1...HEAD
1042+
[2.15.1]: https://github.com/AssetSync/asset_sync/compare/v2.15.0...v2.15.1
10301043
[2.15.0]: https://github.com/AssetSync/asset_sync/compare/v2.14.2...v2.15.0
10311044
[2.14.2]: https://github.com/AssetSync/asset_sync/compare/v2.14.1...v2.14.2
10321045
[2.14.1]: https://github.com/AssetSync/asset_sync/compare/v2.14.0...v2.14.1

lib/asset_sync/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AssetSync
4-
VERSION = "2.15.0"
4+
VERSION = "2.15.1"
55
end

0 commit comments

Comments
 (0)