diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc8f6e..c699975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). +This project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased][unreleased] +## [2.1.0] - 2021-08-11 + ### Updated - Updated Thymeleaf version from 3.0.2.RELEASE to 3.0.12.RELEASE - Updated Shiro version from 1.3.2 to 1.7.1 @@ -35,7 +37,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Updated Shiro version from 1.2.2 to 1.2.4 -[unreleased]: https://github.com/theborakompanioni/thymeleaf-extras-shiro/compare/2.0.0...HEAD +[unreleased]: https://github.com/theborakompanioni/thymeleaf-extras-shiro/compare/2.1.0...HEAD +[2.1.0]: https://github.com/theborakompanioni/thymeleaf-extras-shiro/compare/2.1.0...2.0.0 [2.0.0]: https://github.com/theborakompanioni/thymeleaf-extras-shiro/compare/1.2.1...2.0.0 [1.2.1]: https://github.com/theborakompanioni/thymeleaf-extras-shiro/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/theborakompanioni/thymeleaf-extras-shiro/compare/74596f4...1.2.0 diff --git a/pom.xml b/pom.xml index bccbe87..c8a5185 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 com.github.theborakompanioni thymeleaf-extras-shiro - 2.0.1-SNAPSHOT + 2.1.0 jar thymeleaf-extras-shiro Shiro taglib integration for Thymeleaf