Skip to content

Commit

Permalink
🔖 Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Sep 13, 2022
1 parent a05b487 commit 80ef12f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## [1.3.0]

_2022-09-14_

- Add support for visibility modifier
- Add support for generic type parameters

## [1.2.0]

_2022-09-01_
Expand All @@ -21,7 +28,8 @@ _2022-08-22_

> **Note** 🎉 Initial release
[Unreleased]: https://github.com/SimonMarquis/SealedObjectInstances/compare/1.2.0...HEAD
[Unreleased]: https://github.com/SimonMarquis/SealedObjectInstances/compare/1.3.0...HEAD
[1.2.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.3.0
[1.2.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.2.0
[1.1.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.1.0
[1.0.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.3.0-SNAPSHOT
version=1.3.0
group=com.github.SimonMarquis

# Configs
Expand Down

0 comments on commit 80ef12f

Please sign in to comment.