From db58e6baeac5c0aaf08bf15b97fd90499380d510 Mon Sep 17 00:00:00 2001 From: Zeno Kerr Date: Fri, 5 Jul 2024 16:12:10 +0200 Subject: [PATCH] Bump v7.0.1 --- 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 905f40c..90d19e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 7.0.1 + * 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 17a14ae..f31fc84 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.0 +# Go client for Scalingo API v7.0.1 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="7.0.0" +version="7.0.1" git switch --create release/${version} git add CHANGELOG.md README.md version.go diff --git a/version.go b/version.go index fd5c9f4..3dec351 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package scalingo -var Version = "7.0.0" +var Version = "7.0.1"