From f8ce48a3eebb20a3a0d26cb95ec268a8d687cc98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Sep 2024 13:13:18 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/Basis-Theory/basistheory-go/compare/v5.2.0...v6.0.0) (2024-09-04) * fix!: Update spec to use string instead of enum for ProxyResponseTransform attributes (#82) ([351a82d](https://github.com/Basis-Theory/basistheory-go/commit/351a82d714e23e9ac3ebdc2977efe67c832f8ce6)), closes [#82](https://github.com/Basis-Theory/basistheory-go/issues/82) ### BREAKING CHANGES * Changes the ProxyTransform type and matcher attributes to string types --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf2e5a..0700fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [6.0.0](https://github.com/Basis-Theory/basistheory-go/compare/v5.2.0...v6.0.0) (2024-09-04) + + +* fix!: Update spec to use string instead of enum for ProxyResponseTransform attributes (#82) ([351a82d](https://github.com/Basis-Theory/basistheory-go/commit/351a82d714e23e9ac3ebdc2977efe67c832f8ce6)), closes [#82](https://github.com/Basis-Theory/basistheory-go/issues/82) + + +### BREAKING CHANGES + +* Changes the ProxyTransform type and matcher attributes to string types + # [5.2.0](https://github.com/Basis-Theory/basistheory-go/compare/v5.1.1...v5.2.0) (2024-08-19) diff --git a/package.json b/package.json index 3ea4965..b816191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basistheory-go", - "version": "5.2.0", + "version": "6.0.0", "description": "Basis Theory Go SDK", "repository": "https://github.com/Basis-Theory/basistheory-go", "author": "Basis Theory",