diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 15:26:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 15:26:01 +0200 |
| commit | d539df1d37dcad487d970e096af8540f704e4e25 (patch) | |
| tree | 06eb892a989c2a5e886524efda317b16a55aef9e /CHANGELOG.md | |
| parent | 161a41c42584cb27b1863dda031671855599e62f (diff) | |
Update CHANGELOG and package.json
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c485e91..2905737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. 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). -## [2.0.1] - 2020-09-20 +## [2.0.2] - 2020-09-21 +### Changed +- Fixed links and dates in CHANGELOG.md +- Now only lib files will be included in the package + +## [2.0.1] - 2020-09-21 ### Added - Sonarcloud config for code quality @@ -46,3 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.0.0 - 2016-01-21 ### Added - Initial log functionality + +[2.0.2]: https://gitlab.com/rbdr/cologne/-/compare/v2.0.1...v2.0.2 +[2.0.1]: https://gitlab.com/rbdr/cologne/-/compare/v2.0.0...v2.0.1 +[2.0.0]: https://gitlab.com/rbdr/cologne/-/compare/v1.1.0...v2.0.0 +[1.1.0]: https://gitlab.com/rbdr/cologne/-/tags/v1.1.0 |