Skip to content

Commit 43c14f4

Browse files
committed
chore: release version 2.0.0
1 parent fc77b3b commit 43c14f4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.1.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/atc-net/atc-hosting/compare/v1.1.0...v2.0.0) (2024-12-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add optional servicename to backgroundserviceoptions
9+
10+
### Features
11+
12+
* add optional servicename to backgroundserviceoptions ([47bc37a](https://github.com/atc-net/atc-hosting/commit/47bc37a663e790edf9c55dd928c2a53d7ce61434))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update System.Text.Json transitive dependency to fix security vulenrability ([a61ede8](https://github.com/atc-net/atc-hosting/commit/a61ede8c668bd4fb8ac5390081a2ac9964aac943))
18+
319
## [1.1.0](https://github.com/atc-net/atc-hosting/compare/v1.0.53...v1.1.0) (2024-10-07)
420

521

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.1.0</Version>
20+
<Version>2.0.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)