Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwen Peng <[email protected]>
  • Loading branch information
pengsrc committed Dec 14, 2016
1 parent 006d1ec commit 8234468
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log
All notable changes to QingStor SDK for Go will be documented in this file.

## [v2.0.0] - 2016-12-14
### Added
- QingStor SDK for the Go programming language.

[Unreleased]: https://github.com/yunify/qingstor-sdk-go/keep-a-changelog/compare/v2.0.0...HEAD
[v2.0.0]: https://github.com/yunify/qingstor-sdk-go/compare/v2.0.0...v2.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ secret_access_key: 'SECRET_ACCESS_KEY_EXAMPLE'
Now you are ready to code. You can read the detailed guides in the list below to have a clear understanding or just take the quick start code example.
Checkout our [releases](https://github.com/yunify/qingstor-sdk-go/releases) and [change logs](https://github.com/yunify/qingstor-sdk-go/blob/master/CHANGELOGS) for information about the latest features, bug fixes and new ideas.
Checkout our [releases](https://github.com/yunify/qingstor-sdk-go/releases) and [change log](https://github.com/yunify/qingstor-sdk-go/blob/master/CHANGELOG.md) for information about the latest features, bug fixes and new ideas.
- [Configuration Guide](docs/configuration.md)
- [QingStor Service Usage Guide](docs/qingstor_service_usage.md)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
package sdk

// Version number.
const Version = "2.0.0-beta.2"
const Version = "2.0.0"

0 comments on commit 8234468

Please sign in to comment.