Skip to content

Commit

Permalink
Bump v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jun 9, 2022
1 parent ac09064 commit e6cd985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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

## 1.4.1

* chore(go): use go 1.17
* chore(deps): bump github.com/rollbar/rollbar-go from 1.4.0 to 1.4.2

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rollbar Hook for [Logrus](https://github.com/sirupsen/logrus) v1.4.0
# Rollbar Hook for [Logrus](https://github.com/sirupsen/logrus) v1.4.1

## Setup

Expand Down Expand Up @@ -53,8 +53,8 @@ Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md
git commit -m "Bump v1.4.0"
git tag v1.4.0
git commit -m "Bump v1.4.1"
git tag v1.4.1
git push origin master
git push --tags
```

0 comments on commit e6cd985

Please sign in to comment.