Skip to content

Commit

Permalink
Merge pull request #98 from Scalingo/release/1.8.2
Browse files Browse the repository at this point in the history
Bump v1.8.2
  • Loading branch information
SCedricThomas authored Jul 18, 2024
2 parents b383aaf + a50604d commit fad48cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.8.2

* feat(middleware): add a middleware to set the `Content-Type` to `application/json`

## v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
Commit, tag and create a new release:

```sh
version="1.8.1"
version="1.8.2"

git switch --create release/${version}
git add CHANGELOG.md README.md
Expand Down

0 comments on commit fad48cb

Please sign in to comment.