Skip to content

Commit aef676a

Browse files
committed
Bump v1.9.1
1 parent ed6b512 commit aef676a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## To be Released
44

5+
## v1.9.1
6+
57
- build(go.mod): update github.com/Scalingo/go-utils/errors from v3.0.0 to v3.1.1
68

79
## v1.9.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Custom Router and Handler v1.9.0
1+
# Custom Router and Handler v1.9.1
22

33
[ ![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)
44

@@ -102,7 +102,7 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
102102
Commit, tag and create a new release:
103103

104104
```sh
105-
version="1.9.0"
105+
version="1.9.1"
106106

107107
git switch --create release/${version}
108108
git add CHANGELOG.md README.md

0 commit comments

Comments
 (0)