From 79592d52a6521f175233c60055960d4b7e7606c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Thomas?= Date: Tue, 20 Aug 2024 16:32:06 +0200 Subject: [PATCH 1/2] Bump v7.0.2 --- CHANGELOG.md | 2 +- README.md | 2 +- version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d19e4..26f7736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## To Be Released -## 7.0.1 +## 7.0.2 * feat(apps): add the `private_network_ids` field to the model * feat(database/users): add the `DatabaseUserResetPassword` method diff --git a/README.md b/README.md index f31fc84..4c8f325 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Bump new version number in: Commit, tag and create a new release: ```sh -version="7.0.1" +version="7.0.2" git switch --create release/${version} git add CHANGELOG.md README.md version.go diff --git a/version.go b/version.go index 3dec351..625f21e 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "7.0.1" +var Version = "7.0.2" From be02ec269f098108c8caa9c270ff5ef68ca0c967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Thomas?= Date: Tue, 20 Aug 2024 16:52:58 +0200 Subject: [PATCH 2/2] feat: update version in README title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8f325..5abeaee 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 v7.0.1 +# Go client for Scalingo API v7.0.2 This repository is the Go client for the [Scalingo APIs](https://developers.scalingo.com/).