Skip to content

Commit

Permalink
Bump to v0.7.3
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

araluce committed Sep 16, 2024
1 parent 9ab1c66 commit afd9626
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@

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

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

[0.7.3]: https://github.com/araluce/calendlyr/compare/v0.7.1...v0.7.3

## [0.7.1]
* Adding support for 429 responses from Calendly API

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
[![](https://github.com/araluce/calendlyr/actions/workflows/ci.yml/badge.svg?kill_cache=1)](https://github.com/araluce/calendlyr/actions)
[![codecov](https://codecov.io/gh/araluce/calendlyr/branch/master/graph/badge.svg?token=YSUU4PHM6Y&kill_cache=1)](https://codecov.io/gh/araluce/calendlyr)
[![Gem Version](https://badge.fury.io/rb/calendlyr.svg?kill_cache=1)](https://badge.fury.io/rb/calendlyr)
![Gem Downloads (for specified version)](https://img.shields.io/gem/dv/calendlyr/0.7.2?kill_cache=1)
![Gem Downloads (for specified version)](https://img.shields.io/gem/dv/calendlyr/0.7.3?kill_cache=1)

# Calendly API Rubygem

@@ -23,7 +23,7 @@ We understand the importance of not adding unwanted dependencies.
Add this line to your application's Gemfile:

```ruby
gem 'calendlyr', '0.7.2'
gem 'calendlyr', '0.7.3'
```

And then execute:
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.2"
VERSION = "0.7.3"
end

0 comments on commit afd9626

Please sign in to comment.