diff --git a/CHANGELOG.md b/CHANGELOG.md index 521d9a0..717851f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.1.5] ### Fixed - Added support for literal multi-line strings ([#36](https://github.com/MaybeJustJames/yaml/pull/36) by [lovebug356](https://github.com/lovebug356)) @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Some small documentation issues and typos -[Unreleased]: https://github.com/MaybeJustJames/yaml/compare/2.1.4...HEAD +[Unreleased]: https://github.com/MaybeJustJames/yaml/compare/2.1.5...HEAD +[2.1.5]: https://github.com/MaybeJustJames/yaml/compare/2.1.4...2.1.5 [2.1.4]: https://github.com/MaybeJustJames/yaml/compare/2.1.3...2.1.4 [2.1.3]: https://github.com/MaybeJustJames/yaml/compare/2.1.2...2.1.3 [2.1.2]: https://github.com/MaybeJustJames/yaml/compare/2.1.1...2.1.2 diff --git a/elm.json b/elm.json index d5952bb..cd01bd9 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "MaybeJustJames/yaml", "summary": "Work with YAML in Elm", "license": "BSD-3-Clause", - "version": "2.1.4", + "version": "2.1.5", "exposed-modules": [ "Yaml.Decode", "Yaml.Encode"