diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 0d6a417..ae49be7 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -4,8 +4,8 @@ name: Publish to NuGet on: workflow_dispatch: - release: - types: [published] + release: + types: [published] jobs: publish: name: publish diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..cda9cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 309efe8..a1d3e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.2 (2025-08-04) + +Full Changelog: [v0.1.1...v0.1.2](https://github.com/sd-st/publishing-test-csharp/compare/v0.1.1...v0.1.2) + +### Chores + +* **internal:** codegen related update ([fc07fbf](https://github.com/sd-st/publishing-test-csharp/commit/fc07fbf247d3b4e650d41dd1a356843ed4979fdd)) + ## 0.1.1 (2025-08-04) Full Changelog: [v0.1.0...v0.1.1](https://github.com/sd-st/publishing-test-csharp/compare/v0.1.0...v0.1.1)