Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Aug 11, 2021
1 parent 7d2bd4f commit 795153f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.theborakompanioni</groupId>
<artifactId>thymeleaf-extras-shiro</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>thymeleaf-extras-shiro</name>
<description>Shiro taglib integration for Thymeleaf</description>
Expand Down

0 comments on commit 795153f

Please sign in to comment.