Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmguo committed Feb 18, 2019
1 parent 8c28000 commit 341920c
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.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)

**Fixed bugs:**

- fix paginate page change [\#286](https://github.com/Qihoo360/wayne/pull/286) ([BennieMeng](https://github.com/BennieMeng))
- Fix create or clone configtpl url redirect error [\#283](https://github.com/Qihoo360/wayne/pull/283) ([wilhelmguo](https://github.com/wilhelmguo))

## [v1.4.0](https://github.com/Qihoo360/wayne/tree/v1.4.0) (2019-02-15)

[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.3.2...v1.4.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.4.0
// Version: 1.4.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.4.0"
const Version = "1.4.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.4.0",
"version": "1.4.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 341920c

Please sign in to comment.