diff --git a/CHANGELOG.md b/CHANGELOG.md index 87428f6df..cfe257252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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). ## [Unreleased] + +## [2.6.0] - 2023-07-25 ### Added - Custom logos support in dark mode - Missed views rate statistics for sites @@ -592,7 +594,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Publisher features (Sites & AdUnits) -[Unreleased]: https://github.com/adshares/adpanel/compare/v2.5.0...develop +[Unreleased]: https://github.com/adshares/adpanel/compare/v2.6.0...develop +[2.6.0]: https://github.com/adshares/adpanel/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/adshares/adpanel/compare/v2.4.6...v2.5.0 [2.4.6]: https://github.com/adshares/adpanel/compare/v2.4.5...v2.4.6 [2.4.5]: https://github.com/adshares/adpanel/compare/v2.4.4...v2.4.5 diff --git a/sonar-project.properties b/sonar-project.properties index 149fb3a50..d724ce280 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.host.url=https://sonarcloud.io sonar.organization=adshares-github sonar.projectKey=adshares-adpanel sonar.projectName=Adshares AdPanel -sonar.projectVersion=2.5 +sonar.projectVersion=2.6 # ===================================================== # Meta-data for the project