diff --git a/CHANGELOG.md b/CHANGELOG.md index b29fbd8..f82ba7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v1.1.0](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0) (2024-09-22) + +## ✨ New Features +- [`772446c`](https://github.com/lengors/js2pets/commit/772446c) Add object rule for type notification +- [`e7a79ec`](https://github.com/lengors/js2pets/commit/e7a79ec) Add annotator supporting checkerframework + +## 🐛 Bug Fixes +- [`c9abca9`](https://github.com/lengors/js2pets/commit/c9abca9) Constructor rules correctly notify annotators in composite annotators + # [v1.1.0-beta.1](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0-beta.1) (2024-09-22) ## ✨ New Features diff --git a/pom.xml b/pom.xml index 2fdc937..7f54ffa 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 1.1.0-beta.1 + 1.1.0 UTF-8