From 4a37ce5b5764e615b2b5249adb13afb0d51fb5ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 19:27:48 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [2.5.0](https://github.com/Basis-Theory/basistheory-dotnet/compare/v2.4.0...v2.5.0) (2024-07-02) ### Features * Autogenerate SDK ([#255](https://github.com/Basis-Theory/basistheory-dotnet/issues/255)) ([0f1df12](https://github.com/Basis-Theory/basistheory-dotnet/commit/0f1df12b0adca531574b868bace38e176b782ab9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index badac1d0..dc793ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://github.com/Basis-Theory/basistheory-dotnet/compare/v2.4.0...v2.5.0) (2024-07-02) + + +### Features + +* Autogenerate SDK ([#255](https://github.com/Basis-Theory/basistheory-dotnet/issues/255)) ([0f1df12](https://github.com/Basis-Theory/basistheory-dotnet/commit/0f1df12b0adca531574b868bace38e176b782ab9)) + # [2.4.0](https://github.com/Basis-Theory/basistheory-dotnet/compare/v2.3.0...v2.4.0) (2024-06-25) diff --git a/package.json b/package.json index f33bcac0..01a0e66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basistheory-dotnet", - "version": "3.0.0", + "version": "2.5.0", "description": "Basis Theory .NET SDK", "repository": "https://github.com/Basis-Theory/basistheory-dotnet", "author": "Basis Theory",