Skip to content

Commit

Permalink
Bump v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 2, 2024
1 parent 9c7526b commit 04fa2b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## To be Released

* chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
* chore(deps): bump github.com/rollbar/rollbar-go from 1.4.4 to 1.4.5
## 1.4.2

* chore(deps): bump all dependencies
* chore(go): use go 1.22

## 1.4.1

Expand Down
4 changes: 2 additions & 2 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.1
# Rollbar Hook for [Logrus](https://github.com/sirupsen/logrus) v1.4.2

## Setup

Expand Down Expand Up @@ -52,7 +52,7 @@ Bump new version number in:
Commit, tag and create a new release:

```sh
version="1.4.1"
version="1.4.2"

git switch --create release/${version}
git add CHANGELOG.md README.md
Expand Down

0 comments on commit 04fa2b3

Please sign in to comment.