Skip to content

Commit

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

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

## [0.7.5]
* Fix: Calendlyr::TooManyRequests was not included in autoloading list
* Fix: Calendlyr::ExternalCalendarError typo in class name

[0.7.5]: https://github.com/araluce/calendlyr/compare/v0.7.4...v0.7.5

## [0.7.4]
* Fix: Error class name typo `ExternalCalendarEror` -> `ExternalCalendarError`
* Fix: Error class name typo `TooManyRequestsEror` -> `TooManyRequests`
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.4'
gem 'calendlyr', '0.7.5'
```

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.4"
VERSION = "0.7.5"
end

0 comments on commit 744f6ef

Please sign in to comment.