diff --git a/CHANGELOG.md b/CHANGELOG.md index 8634105..e88249a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changes by Version -## [v0.2.0-SNAPSHOT](https://github.com/libj/console/compare/89133a37c8330186a83904b585ea6fc0128e03e0..HEAD) +## [v0.2.1-SNAPSHOT](https://github.com/libj/util/compare/c64301682ea21b931a909a1b45313b18c1835b55..HEAD) -## [v0.1.0](https://github.com/libj/console/compare/9dcc59488586666cf78fadd406dedf1f0d51938f..89133a37c8330186a83904b585ea6fc0128e03e0) +## [v0.2.0](https://github.com/libj/console/compare/89133a37c8330186a83904b585ea6fc0128e03e0..c64301682ea21b931a909a1b45313b18c1835b55) (2024-02-27) +* #8 Apply auto-formatting + +## [v0.1.0](https://github.com/libj/console/compare/9dcc59488586666cf78fadd406dedf1f0d51938f..89133a37c8330186a83904b585ea6fc0128e03e0) (2023-09-18) * Initial public release. * #6 Transition to GitHub Actions enhancement * #7 Resolve javadoc errors diff --git a/pom.xml b/pom.xml index 9ee5dd2..18715ab 100644 --- a/pom.xml +++ b/pom.xml @@ -22,10 +22,10 @@ org.libj libj - 0.9.9-SNAPSHOT + 0.9.9 console - 0.2.0-SNAPSHOT + 0.2.0 LibJ Console Utilities applicable to the console. @@ -34,7 +34,7 @@ org.libj lang - 0.8.1-SNAPSHOT + 0.8.1 \ No newline at end of file