Skip to content

Commit

Permalink
Merge pull request 'release/1.1.0' (#93) from release/1.1.0 into gith…
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Oct 22, 2024
2 parents c717d0d + 2f595fc commit a7968a2
Show file tree
Hide file tree
Showing 60 changed files with 3,297 additions and 893 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use the source code directly, follow these steps:
```
4. Run the application:
```sh
java -jar target/keep-a-changelog-updater-1.0.1-jar-with-dependencies.jar
java -jar target/keep-a-changelog-updater-1.1.0-jar-with-dependencies.jar
```

## Docker
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1.0] - 2024-10-21
### Added
- Auto-generated entries when using Conventional Commits

### Changed
- Update Maven dependencies

## [v1.0.1] - 2024-10-01
### Changed
- Update Maven dependencies
Expand All @@ -21,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for semantic versioning.

[unreleased]: https://github.com/kirbylink/java-keep-a-changelog-updater/compare/main...HEAD
[v1.1.0]: https://github.com/kirbylink/java-keep-a-changelog-updater/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/kirbylink/java-keep-a-changelog-updater/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/kirbylink/java-keep-a-changelog-updater/releases/tag/v1.0.0
Loading

0 comments on commit a7968a2

Please sign in to comment.