Skip to content

Commit

Permalink
Bump to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
araluce committed Sep 17, 2024
1 parent 2221e9d commit 6bd0ed6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.7.4]
* Fix: Error class name typo `ExternalCalendarEror` -> `ExternalCalendarError`
* Fix: Error class name typo `TooManyRequestsEror` -> `TooManyRequests`
* Updating rubies versions in CI to add 3.3
* Adding total rubygems downloads badge to README

[0.7.4]: https://github.com/araluce/calendlyr/compare/v0.7.3...v0.7.4

## [0.7.3]
* Fix: Prevent possible empty body response to fail

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We understand the importance of not adding unwanted dependencies.
Add this line to your application's Gemfile:

```ruby
gem 'calendlyr', '0.7.3'
gem 'calendlyr', '0.7.4'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/calendlyr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Calendlyr
VERSION = "0.7.3"
VERSION = "0.7.4"
end

0 comments on commit 6bd0ed6

Please sign in to comment.