Skip to content

Commit

Permalink
Bump v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Dec 30, 2022
1 parent a27da2f commit 0167be9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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

## [2022-12-30] v2.0.4

* chore(deps): bump github.com/Scalingo/go-handlers from 1.4.4 to 1.6.0
* chore(deps): bump github.com/Scalingo/go-utils/logger from 1.1.0 to 1.2.0
* chore(deps): bump github.com/Scalingo/go-philae/v4 from 4.4.5 to 4.4.7
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LinK v2.0.3
# LinK v2.0.4

![publish workflow](https://github.com/Scalingo/link/actions/workflows/publish.yml/badge.svg)

Expand Down Expand Up @@ -143,13 +143,12 @@ Bump new version number in:

- `CHANGELOG.md`
- `README.md`
- `.sclng/metadata.toml`

Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md .sclng/metadata.toml
git commit -m "Bump v2.0.3"
git tag v2.0.3
git push origin master v2.0.3
git add CHANGELOG.md README.md
git commit -m "Bump v2.0.4"
git tag v2.0.4
git push origin master v2.0.4
```

0 comments on commit 0167be9

Please sign in to comment.