Skip to content

Commit

Permalink
Release v1.6.3 version (gin-gonic#2353)
Browse files Browse the repository at this point in the history
* chore: update version to v1.6.3

* update changelog

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed May 3, 2020
1 parent 16c91a8 commit 6a8b8b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Gin ChangeLog

## Gin v1.6.3

### ENHANCEMENTS

* Improve performance: Change `*sync.RWMutex` to `sync.RWMutex` in context. [#2351](https://github.com/gin-gonic/gin/pull/2351)

## Gin v1.6.2

### BUFIXES
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package gin

// Version is the current gin framework's version.
const Version = "v1.6.1"
const Version = "v1.6.3"

0 comments on commit 6a8b8b6

Please sign in to comment.