Skip to content

Commit

Permalink
Merge pull request #80 from cicirello/prep-1-0-5
Browse files Browse the repository at this point in the history
Prepare release 1.0.5
  • Loading branch information
cicirello authored Dec 1, 2022
2 parents 74aa646 + 9b6b678 commit bceb5ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,23 @@ 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

### Removed

### 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.
Expand Down

0 comments on commit bceb5ad

Please sign in to comment.