Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmguo committed Feb 25, 2019
1 parent 236f5b6 commit 2d9794b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.4.2](https://github.com/Qihoo360/wayne/tree/v1.4.2) (2019-02-25)
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.4.1...v1.4.2)

**Fixed bugs:**

- Fix list pvs status error [\#306](https://github.com/Qihoo360/wayne/pull/306) ([wilhelmguo](https://github.com/wilhelmguo))

## [v1.4.1](https://github.com/Qihoo360/wayne/tree/v1.4.1) (2019-02-18)
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.4.0...v1.4.1)

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.4.1
// Version: 1.4.2
//
// 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.4.1"
const Version = "1.4.2"

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.4.1",
"version": "1.4.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 2d9794b

Please sign in to comment.