Skip to content

Commit 4410606

Browse files
committed
chore: release version 1.1.0
1 parent 75a7464 commit 4410606

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.53"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/atc-net/atc-hosting/compare/v1.0.53...v1.1.0) (2024-10-07)
4+
5+
6+
### Features
7+
8+
* ensure backgroundservice is reported as running before each invocation of DoWorkAsync ([7be60d2](https://github.com/atc-net/atc-hosting/commit/7be60d29d9b4dc1731a8e6924043b4f460d401d9))

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup Label="Versioning">
1818
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1919
<!-- x-release-please-start-version -->
20-
<Version>1.0.53</Version>
20+
<Version>1.1.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)