Skip to content

Commit

Permalink
chore: release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perkops committed Dec 12, 2024
1 parent fc77b3b commit 43c14f4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/atc-net/atc-hosting/compare/v1.1.0...v2.0.0) (2024-12-12)


### ⚠ BREAKING CHANGES

* add optional servicename to backgroundserviceoptions

### Features

* add optional servicename to backgroundserviceoptions ([47bc37a](https://github.com/atc-net/atc-hosting/commit/47bc37a663e790edf9c55dd928c2a53d7ce61434))


### Bug Fixes

* **deps:** update System.Text.Json transitive dependency to fix security vulenrability ([a61ede8](https://github.com/atc-net/atc-hosting/commit/a61ede8c668bd4fb8ac5390081a2ac9964aac943))

## [1.1.0](https://github.com/atc-net/atc-hosting/compare/v1.0.53...v1.1.0) (2024-10-07)


Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PropertyGroup Label="Versioning">
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
<!-- x-release-please-start-version -->
<Version>1.1.0</Version>
<Version>2.0.0</Version>
<!-- x-release-please-end -->
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
Expand Down

0 comments on commit 43c14f4

Please sign in to comment.