Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Adding Version notes for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
marstr committed Jun 11, 2018
1 parent 594f199 commit 76796dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v10.11.1

### Bug Fixes

- Adding User information to authorization config as parsed from CLI cache.

## v10.11.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion autorest/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package autorest

// Version returns the semantic version (see http://semver.org).
func Version() string {
return "v10.11.0"
return "v10.11.1"
}

0 comments on commit 76796dc

Please sign in to comment.