Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading