Skip to content

Commit

Permalink
Merge pull request #32 from taxjar/v3.0.0
Browse files Browse the repository at this point in the history
create v3.0.0
  • Loading branch information
culley-stripe authored Mar 14, 2024
2 parents 4889892 + 637d997 commit acd167f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### master (unreleased)

## 3.0.0 / 2024-03-14

Breaking Changes:

* Upgrades Faraday dependency to 2.9 which makes it compatible with Ruby 3.x
However, Faraday does not support Ruby 2.x on this version.
([#30](https://github.com/taxjar/help_scout-sdk/pull/30))

### 2.0.0 / 2019-07-19

Breaking Changes:
Expand Down
2 changes: 1 addition & 1 deletion lib/help_scout/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HelpScout
VERSION = '2.0.1'
VERSION = '3.0.0'
end

0 comments on commit acd167f

Please sign in to comment.