From 597be4a421df219582d9ca7f68950db5cb39edb7 Mon Sep 17 00:00:00 2001 From: michaelpaul Date: Mon, 4 Dec 2023 09:46:22 +0000 Subject: [PATCH] chore(release): bump to 8.1.0 --- Readme.md | 2 +- VERSION | 2 +- src/common/configuration.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 33f653c39..ab2addb3d 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,7 @@ The library supports all webhooks under the following model directories: You can use go modules to add our library to your project ```bash -go get github.com/adyen/adyen-go-api-library/v8@v8.0.0 +go get github.com/adyen/adyen-go-api-library/v8@v8.1.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index fa5fce04b..da1561810 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0 \ No newline at end of file +8.1.0 \ No newline at end of file diff --git a/src/common/configuration.go b/src/common/configuration.go index 017dfc02c..f9fa1fd81 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "8.0.0" + LibVersion = "8.1.0" ) // Config stores the configuration of the API client