Skip to content

Commit

Permalink
Bump v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 22, 2021
1 parent 141f775 commit 15ca6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be Released

## v1.4.1

* Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1
* fix(error_middleware): ValidationError shouldn't be logged as Error
* Bump github.com/Scalingo/go-utils/logger from 1.0.0 to 1.1.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom Router and Handler v1.4.0
# Custom Router and Handler v1.4.1

[ ![Codeship Status for Scalingo/go-handlers](https://app.codeship.com/projects/9bd8e5d0-d609-0135-e8d1-2aadb9628cc1/status?branch=master)](https://app.codeship.com/projects/263154)

Expand Down Expand Up @@ -103,11 +103,11 @@ Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md
git commit -m "Bump v1.4.0"
git tag v1.4.0
git commit -m "Bump v1.4.1"
git tag v1.4.1
git push origin master
git push --tags
hub release create v1.4.0
hub release create v1.4.1
```

The title of the release should be the version number and the text of the release is the same as the changelog.

0 comments on commit 15ca6ae

Please sign in to comment.