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 84e88ee..fc2d1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.0](https://github.com/2martens/tsw-timetable/compare/v0.0.1...v0.1.0) (2024-01-09) + + +### Added + +* Add station search ([7fbd270](https://github.com/2martens/tsw-timetable/commit/7fbd270019a9b242e9e5be7b12e34e75adf984ed)) +* Support CRUD functionality ([#7](https://github.com/2martens/tsw-timetable/issues/7)) ([7fbd270](https://github.com/2martens/tsw-timetable/commit/7fbd270019a9b242e9e5be7b12e34e75adf984ed)) + ## [0.0.1](https://github.com/2martens/tsw-timetable/compare/v0.0.1...v0.0.1) (2023-12-13) diff --git a/version.txt b/version.txt index 8acdd82..6e8bf73 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1 +0.1.0