From a586675dbc029f02d204e07ba8d6b47343ffe216 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 13:01:14 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/Basis-Theory/basistheory-go/compare/v6.0.0...v6.1.0) (2024-10-17) ### Features * add updates to reactors, tenants, 3ds, tokens ([#83](https://github.com/Basis-Theory/basistheory-go/issues/83)) ([0480d0d](https://github.com/Basis-Theory/basistheory-go/commit/0480d0d158570b9f9aae9583fc755a8db0aa7b8d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0700fce..d8bec70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/Basis-Theory/basistheory-go/compare/v6.0.0...v6.1.0) (2024-10-17) + + +### Features + +* add updates to reactors, tenants, 3ds, tokens ([#83](https://github.com/Basis-Theory/basistheory-go/issues/83)) ([0480d0d](https://github.com/Basis-Theory/basistheory-go/commit/0480d0d158570b9f9aae9583fc755a8db0aa7b8d)) + # [6.0.0](https://github.com/Basis-Theory/basistheory-go/compare/v5.2.0...v6.0.0) (2024-09-04) diff --git a/package.json b/package.json index b816191..503c097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basistheory-go", - "version": "6.0.0", + "version": "6.1.0", "description": "Basis Theory Go SDK", "repository": "https://github.com/Basis-Theory/basistheory-go", "author": "Basis Theory",