From 555431ec3a039a1d9d4ea068c9f411b1c889a76b Mon Sep 17 00:00:00 2001 From: mglotov <37855803+mglotov@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:45:18 +0600 Subject: [PATCH] chore: Update CHANGELOG (#13) --- CHANGELOG.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3e0ad..727ca30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ project adheres to [Semantic Versioning](http://semver.org/). + + + + +## [v1.2.0] - 2021-10-18 + +- Changelog process ([#12](https://github.com/mglotov/practice-git-1/issues/12)) + + + + + ## [v1.1.0] - 2021-10-14 FEATURES: @@ -17,14 +29,11 @@ FEATURES: - Pr2 BUG FIXES: -- Pr1 ([#9](https://github.com/maddevsio/aws-eks-base/issues/9)) +- Pr1 ([#9](https://github.com/mglotov/practice-git-1/issues/9)) - -## v1.0.0 - 2021-10-14 -BUG FIXES: -- TEST PR -[Unreleased]: https://github.com/maddevsio/aws-eks-base/compare/v1.1.0...HEAD -[v1.1.0]: https://github.com/maddevsio/aws-eks-base/compare/v1.0.0...v1.1.0 +[Unreleased]: https://github.com/mglotov/practice-git-1/compare/v1.2.0...HEAD +[v1.2.0]: https://github.com/mglotov/practice-git-1/compare/v1.1.0...v1.2.0 +[v1.1.0]: https://github.com/mglotov/practice-git-1/compare/v1.0.0...v1.1.0