diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c65c16..5675805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### To be Released +### 1.0.1 + * Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 ### 1.0.0 diff --git a/README.md b/README.md index 0906b23..59183bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Go Password +# Go Password v1.0.1 Simple password generator in Go. Use `crypto/rand` @@ -17,12 +17,12 @@ Bump new version number in `CHANGELOG.md`. Commit, tag and create a new release: ```sh -git add CHANGELOG.md -git commit -m "Bump v1.0.0" -git tag v1.0.0 +git add CHANGELOG.md README.md +git commit -m "Bump v1.0.1" +git tag v1.0.1 git push origin master git push --tags -hub release create v1.0.0 +hub release create v1.0.1 ``` The title of the release should be the version number and the text of the release is the same as the changelog.