diff --git a/CHANGELOG.md b/CHANGELOG.md index 728cf6a..0a4f679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -* Reformatted all sourcecode to [Google Java Style](https://google.github.io/styleguide/javaguide.html). ### Deprecated @@ -17,6 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### CI/CD + +### Other + + +## [1.0.5] - 2022-12-01 + +### Changed +* Reformatted all sourcecode to [Google Java Style](https://google.github.io/styleguide/javaguide.html). + ### CI/CD * Configured [Spotify's fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin) to format to Google Java Style during builds. * Configured the [refactor-first-maven-plugin](https://github.com/jimbethancourt/RefactorFirst) within a profile in the pom.xml.