From bda3e169b807aaadf140edb27887b104e5f80fdc Mon Sep 17 00:00:00 2001 From: jillianwilson Date: Mon, 12 Jun 2023 15:29:51 -0300 Subject: [PATCH] Preparing release --- CHANGELOG.md | 8 ++++++++ connect/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144a57b..ce1a30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ --- +[//]: # (START/v1.5.1) +# v1.5.1 + +## Features + * Added constants for item field purpose and type. {67} + * Improved error handling when does not contain a valid json body. {63} +--- + [//]: # (START/v1.5.0) # v1.5.0 diff --git a/connect/version.go b/connect/version.go index aca10dc..601f8f1 100644 --- a/connect/version.go +++ b/connect/version.go @@ -10,7 +10,7 @@ import ( // SDKVersion is the latest Semantic Version of the library // Do not rename this variable without changing the regex in the Makefile -const SDKVersion = "1.5.0" +const SDKVersion = "1.5.1" const VersionHeaderKey = "1Password-Connect-Version"