diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0caa8..c034c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.0](https://github.com/MatthiasKuehne/github-unleashed-sample-app/compare/v0.0.1...v0.1.0) (2025-06-24) + + +### Features + +* add a new link ([3f55ea2](https://github.com/MatthiasKuehne/github-unleashed-sample-app/commit/3f55ea22443957378424d2efdf06a132ed251b1b)) + + +### Bug Fixes + +* fix the header typo ([e42e4fe](https://github.com/MatthiasKuehne/github-unleashed-sample-app/commit/e42e4fee7a21a67455ec948616735068c8929f5e)) + ## 0.0.1 (2025-06-24) diff --git a/pom.xml b/pom.xml index 6459e7f..366db40 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.sample app - 0.0.2-SNAPSHOT + 0.1.0 Sample App Sample app for Vienna Tech Conference