Skip to content

Commit 9b0dd45

Browse files
committed
Update to the next version
1 parent 4f2ab7a commit 9b0dd45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/).
44

5-
## 0.1.0 (Unreleased)
5+
## 0.2.0 (Unreleased)
6+
7+
## 0.1.0
68

79
### Added
810
* List payment methods through the Accounts API

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// Version is the release number of this SDK.
11-
Version = "0.1.0"
11+
Version = "0.2.0"
1212

1313
// AccessKeyEnvVar is the environment variable that will be used for the access key by default.
1414
AccessKeyEnvVar = "REDISCLOUD_ACCESS_KEY"

0 commit comments

Comments
 (0)