Adjust changelog for release 2.46.5

This commit is contained in:
René Pfeuffer
2025-01-17 14:49:30 +01:00
parent 7b74224a80
commit 15fd0a2094
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.46.5] - 2025-01-17
### Fixed
- Removed the API token error log message that was being printed when the API token was invalid.
## [2.46.4] - 2024-06-24
### Fixed
- Check for already existing Namespace and Name when renaming a repository
@@ -1381,3 +1385,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.46.2]: https://scm-manager.org/download/2.46.2
[2.46.3]: https://scm-manager.org/download/2.46.3
[2.46.4]: https://scm-manager.org/download/2.46.4
[2.46.5]: https://scm-manager.org/download/2.46.5

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Removed the API token error log message that was being printed when the API token was invalid.