Skip to content

Commit 7d8a6f3

Browse files
authored
Merge pull request #32 from PPeitsch/fix/changelog-links-30
Docs: Update CHANGELOG links and remove Unreleased section
2 parents 5d2ac7a + 1a75cb0 commit 7d8a6f3

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Added
11-
- Your new feature here.
8+
## [1.2.1] - 2025-08-22
129

1310
### Fixed
14-
- Your new fix here.
15-
11+
- Corrected and updated the release comparison links in `CHANGELOG.md`.
1612

1713
## [1.2.0] - 2025-08-07
1814

@@ -137,8 +133,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137133
- Flexible database configuration (SQLite/PostgreSQL).
138134

139135

140-
[Unreleased]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.1...HEAD
141-
[1.1.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.0....v1.1.1
136+
[1.2.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.2.0...v1.2.1
137+
[1.2.0]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.1...v1.2.0
138+
[1.1.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.0...v1.1.1
142139
[1.1.0]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.9...v1.1.0
143140
[1.0.9]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.8...v1.0.9
144141
[1.0.8]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.7...v1.0.8

0 commit comments

Comments
 (0)