Skip to content

Commit 13c61a4

Browse files
authored
Updated CHANGELOG.md
1 parent f31c92d commit 13c61a4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Removed
1818

19+
## [1.2.6] - 2025-10-23
20+
21+
### Added
22+
* Added optional repository monitoring with Prometheus metrics (unique users, registered users, requests served) and scheduled cleanup.
23+
* Added monitoring guide and updated docs structure; includes configuration and verification steps.
24+
* Added unit and integration tests covering monitoring, metrics, cleanup and related DAOs.
25+
26+
### Security
27+
* Updated CI actions and Java setup, bumped plugins/dependencies, upgraded Gradle to 9.1 and simplified wrapper invocation.
1928

2029
## [1.2.5] - 2025-01-24
2130

@@ -361,7 +370,8 @@ Extracted from the 'base-repo' project.
361370
### Removed
362371
- none
363372

364-
[Unreleased]: https://github.com/kit-data-manager/repo-core/compare/v1.2.5...HEAD
373+
[Unreleased]: https://github.com/kit-data-manager/repo-core/compare/v1.2.6...HEAD
374+
[1.2.6]: https://github.com/kit-data-manager/repo-core/compare/v1.2.5...v1.2.6
365375
[1.2.5]: https://github.com/kit-data-manager/repo-core/compare/v1.2.4...1.2.5
366376
[1.2.4]: https://github.com/kit-data-manager/repo-core/compare/v1.2.3...1.2.4
367377
[1.2.3]: https://github.com/kit-data-manager/repo-core/compare/v1.2.2...v1.2.3

0 commit comments

Comments
 (0)