Skip to content

Commit

Permalink
Bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olimart committed Dec 1, 2023
1 parent b2bb1ed commit 79e7ef6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.0 / 2023-11-30

- Better error handling by reporting the server error message

## 1.4.1 / 2023-05-02

- Fix error reporting (again)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ unsubscribed_at: '2016-05-05 20:13:45'
```ruby
Queenbee::Order.save(
uid: '111',
unsubscribed_at: Time.zone.now
unsubscribed_at: Time.current
)
```

Expand Down
2 changes: 1 addition & 1 deletion lib/queenbee/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Queenbee
VERSION = "1.4.1"
VERSION = "1.5.0"
end

0 comments on commit 79e7ef6

Please sign in to comment.