Skip to content

Commit ebf5a48

Browse files
committed
Update changelog and solution file for version 1.0.7 changes
- Documented `includeSunday` query parameter addition in holiday endpoints in the changelog. - Updated solution file to include `CHANGELOG.md` as a solution item. - Adjusted version references to reflect the 1.0.7 release.
1 parent 823256d commit ebf5a48

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
99

1010
- /
1111

12+
## [1.0.7] - 2026-01-07
13+
14+
### Added
15+
16+
- Optional `includeSunday` query parameter to holiday endpoints to include Sunday holidays (Palm Sunday and Easter Sunday) in the response.
17+
1218
## [1.0.6] - 2026-01-06
1319

1420
### Changed
@@ -61,7 +67,8 @@ and this project adheres to [Semantic Versioning].
6167
[semantic versioning]: https://semver.org/spec/v2.0.0.html
6268

6369
<!-- Versions -->
64-
[unreleased]: https://github.com/Author/Repository/compare/v1.0.6...HEAD
70+
[unreleased]: https://github.com/Author/Repository/compare/v1.0.7...HEAD
71+
[1.0.7]: https://github.com/Author/Repository/compare/v1.0.6...v1.0.7
6572
[1.0.6]: https://github.com/Author/Repository/compare/v1.0.5...v1.0.6
6673
[1.0.5]: https://github.com/Author/Repository/compare/v1.0.4...v1.0.5
6774
[1.0.4]: https://github.com/Author/Repository/compare/v1.0.3...v1.0.4

api/Const/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ namespace api.Const;
22

33
public static class VersionInfo
44
{
5-
public const string CurrentVersion = "1.0.6";
5+
public const string CurrentVersion = "1.0.7";
66
}

api/api.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api", "api.csproj", "{C5121
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api.Tests", "..\api.Tests\api.Tests.csproj", "{002D159C-1E68-44C3-86F9-90EAD57AC43D}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{41FC7085-C92E-44CA-9D7D-1B1696A21901}"
11+
ProjectSection(SolutionItems) = preProject
12+
..\CHANGELOG.md = ..\CHANGELOG.md
13+
EndProjectSection
14+
EndProject
1015
Global
1116
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1217
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)