Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmguo committed Apr 15, 2019
1 parent 0e5f858 commit d55a60c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.6.1](https://github.com/Qihoo360/wayne/tree/v1.6.1) (2019-04-15)
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.6.0...v1.6.1)

**Merged pull requests:**

- fix: deployment strategy changeto rollingupdate error [\#395](https://github.com/Qihoo360/wayne/pull/395) ([BennieMeng](https://github.com/BennieMeng))


## [v1.6.0](https://github.com/Qihoo360/wayne/tree/v1.6.0) (2019-03-26)

[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.5.0...v1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion src/backend/controllers/openapi/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Schemes: https
// Host: localhost
// BasePath: /openapi/v1/gateway/action
// Version: 1.6.0
// Version: 1.6.1
//
// Consumes:
// - application/json
Expand Down
2 changes: 1 addition & 1 deletion src/backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/Qihoo360/wayne/src/backend/cmd"
)

const Version = "1.6.0"
const Version = "1.6.1"

func main() {
cmd.Version = Version
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit d55a60c

Please sign in to comment.