Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit f8ce48a

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.2.0...v6.0.0) (2024-09-04) * fix!: Update spec to use string instead of enum for ProxyResponseTransform attributes (#82) ([351a82d](351a82d)), closes [#82](#82) ### BREAKING CHANGES * Changes the ProxyTransform type and matcher attributes to string types
1 parent 351a82d commit f8ce48a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.0.0](https://github.com/Basis-Theory/basistheory-go/compare/v5.2.0...v6.0.0) (2024-09-04)
2+
3+
4+
* 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)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Changes the ProxyTransform type and matcher attributes to string types
10+
111
# [5.2.0](https://github.com/Basis-Theory/basistheory-go/compare/v5.1.1...v5.2.0) (2024-08-19)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basistheory-go",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "Basis Theory Go SDK",
55
"repository": "https://github.com/Basis-Theory/basistheory-go",
66
"author": "Basis Theory",

0 commit comments

Comments
 (0)