Skip to content

Commit

Permalink
update CHANGELOG.md for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jan 7, 2025
1 parent faef5ee commit 1e6a387
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deleted

## [2.1.0] - 2025-01-07

### Added

- [#88](https://github.com/green-code-initiative/creedengo-java/pull/88) Add new Java rule GCI94 - Use orElseGet instead of orElse
- [#89](https://github.com/green-code-initiative/creedengo-java/pull/89) Add new Java rule GCI82 - Make non reassigned variables constants

Expand All @@ -20,8 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- check compatibility with SonarQube 10.7.0 and 24.12.0
- upgrade actions/upload-artifact and actions/download-artifact from v3 to v4)

### Deleted

## [2.0.0] - 2024-12-18

### Added
Expand Down Expand Up @@ -84,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update ecocode-rules-specifications to 1.4.6

[unreleased](https://github.com/green-code-initiative/creedengo-java/compare/2.0.0...HEAD)
[unreleased](https://github.com/green-code-initiative/creedengo-java/compare/2.1.0...HEAD)
[2.1.0](https://github.com/green-code-initiative/creedengo-java/compare/2.0.0...2.1.0)
[2.0.0](https://github.com/green-code-initiative/creedengo-java/compare/1.6.2...2.0.0)
[1.6.2](https://github.com/green-code-initiative/creedengo-java/compare/1.6.1...1.6.2)
[1.6.1](https://github.com/green-code-initiative/creedengo-java/compare/1.6.0...1.6.1)
Expand Down

0 comments on commit 1e6a387

Please sign in to comment.