diff --git a/CHANGELOG b/CHANGELOG.md similarity index 66% rename from CHANGELOG rename to CHANGELOG.md index f0f3935..e773990 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -5,3 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [3.0.0] - 2021-03-01 +### Changed +- Complete SDK rewrite + +## [2.0.0] - 2020-03-01 +### Changed +- Updates version to 2.0.0 diff --git a/README.md b/README.md index ada67c7..f549632 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Installation Install the SDK using the following command: ``` -$ go get github.com/kusanagi/kusanagi-sdk-go@epoch-3 +$ go get github.com/kusanagi/kusanagi-sdk-go/v3@epoch-3 ``` Getting Started