Skip to content

Commit

Permalink
Bump v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Aug 23, 2021
1 parent 5ea31c8 commit 6c85a35
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

## [2021-08-23] v2.0.1

* chore(deps): bump github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc => v0.0.5
* chore(deps): replace github.com/satori/go.uuid with github.com/gofrs/uuid
* chore(deps): update github.com/gofrs/uuid v3.4.0+incompatible => v4.0.0+incompatible
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.0
# LinK v2.0.1

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

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

```sh
git add CHANGELOG.md README.md
git commit -m "Bump v2.0.0"
git tag v2.0.0
git push origin master v2.0.0
git commit -m "Bump v2.0.1"
git tag v2.0.1
git push origin master v2.0.1
```

0 comments on commit 6c85a35

Please sign in to comment.