Skip to content

Commit d55a60c

Browse files
committed
Release v1.6.1
1 parent 0e5f858 commit d55a60c

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v1.6.1](https://github.com/Qihoo360/wayne/tree/v1.6.1) (2019-04-15)
4+
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.6.0...v1.6.1)
5+
6+
**Merged pull requests:**
7+
8+
- fix: deployment strategy changeto rollingupdate error [\#395](https://github.com/Qihoo360/wayne/pull/395) ([BennieMeng](https://github.com/BennieMeng))
9+
10+
311
## [v1.6.0](https://github.com/Qihoo360/wayne/tree/v1.6.0) (2019-03-26)
412

513
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.5.0...v1.6.0)

src/backend/controllers/openapi/openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Schemes: https
1515
// Host: localhost
1616
// BasePath: /openapi/v1/gateway/action
17-
// Version: 1.6.0
17+
// Version: 1.6.1
1818
//
1919
// Consumes:
2020
// - application/json

src/backend/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/Qihoo360/wayne/src/backend/cmd"
55
)
66

7-
const Version = "1.6.0"
7+
const Version = "1.6.1"
88

99
func main() {
1010
cmd.Version = Version

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)