From 951d4a89ed407ba7191dce0c03560e9a7f7637cf Mon Sep 17 00:00:00 2001 From: CURZOLA Pierre Date: Mon, 12 Feb 2024 15:44:24 +0100 Subject: [PATCH] Bump v6.7.6 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- version.go | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4ceb7..3d0cf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 6.7.6 + fix(errors): `IsOTPRequired` detects 'OTP Required' API errors ## 6.7.5 diff --git a/README.md b/README.md index be6d9cb..8e4fee5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [ ![Codeship Status for Scalingo/go-scalingo](https://app.codeship.com/projects/cf518dc0-0034-0136-d6b3-5a0245e77f67/status?branch=master)](https://app.codeship.com/projects/279805) -# Go client for Scalingo API v6.7.5 +# Go client for Scalingo API v6.7.6 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/). @@ -80,7 +80,7 @@ Bump new version number in: Commit, tag and create a new release: ```sh -version="6.7.5" +version="6.7.6" git switch --create release/${version} git add CHANGELOG.md README.md version.go diff --git a/version.go b/version.go index 81c30b7..24ed0c5 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "6.7.5" +var Version = "6.7.6"