Skip to content

Commit

Permalink
Bump v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jun 9, 2022
1 parent 8ff71a3 commit 0a213f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sclng/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ flags = ["cli", "deployed-by-chef", "tools"]
languages = ["dockerfile", "go", "markdown"]
owner = "[email protected]"
team = "IST"
version = "2.0.1"
version = "2.0.3"
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-06-09] v2.0.3

* chore(go): use go 1.17
* chore(deps): bump github.com/gofrs/uuid from 4.1.0+incompatible to 4.2.0+incompatible
* chore(deps): bump go.etcd.io/etcd/api/v3 from 3.5.0 to 3.5.4
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LinK v2.0.1
# LinK v2.0.3

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

Expand Down Expand Up @@ -149,7 +149,7 @@ Commit, tag and create a new release:

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

0 comments on commit 0a213f9

Please sign in to comment.