Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent 351a82d commit f8ce48a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f8ce48a

Please sign in to comment.