From aa08588d01a228340fc770c55572971af2c33f9a Mon Sep 17 00:00:00 2001 From: Ron Cohen Date: Thu, 16 Apr 2026 22:28:12 +0200 Subject: [PATCH] chore(main): release 0.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..b985ff6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e30b691..2e0dec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ # Changelog +## 0.0.1 (2026-04-16) + + +### Features + +* initial commit ([d8dcfd4](https://github.com/reflagcom/dotnet-sdk/commit/d8dcfd4a282ce4ee3cc2f003992dd11264dd7e0d)) + + +### Bug Fixes + +* enforce disposed-client behavior consistently ([#4](https://github.com/reflagcom/dotnet-sdk/issues/4)) ([6200bae](https://github.com/reflagcom/dotnet-sdk/commit/6200baeb49ccd3d918aab157eab150292ed23406)) +* run CI on release please pull requests ([#5](https://github.com/reflagcom/dotnet-sdk/issues/5)) ([e5a2af6](https://github.com/reflagcom/dotnet-sdk/commit/e5a2af68a243a6c188ad18c9f8f6eed91ef3a7e7)) +* test .NET 8 ([#3](https://github.com/reflagcom/dotnet-sdk/issues/3)) ([cccbe73](https://github.com/reflagcom/dotnet-sdk/commit/cccbe738522a72ef2828fbd67f4ffb293b3122b0)) + +## Changelog + All notable changes to this package will be documented in this file.