Skip to content

Commit

Permalink
Merge pull request #10 from mlibrary/release-v2.0.0
Browse files Browse the repository at this point in the history
chore: release 2.0.0
  • Loading branch information
niquerio authored Sep 26, 2022
2 parents 16f2c15 + 4a092f5 commit 9606225
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [2.0.0](https://www.github.com/mlibrary/alma_rest_client/compare/v1.3.1...v2.0.0) (2022-09-26)


### ⚠ BREAKING CHANGES

* Removes httparty; Only uses Faraday

### Features

* adds configuration and test helpers ([dbcbcb6](https://www.github.com/mlibrary/alma_rest_client/commit/dbcbcb666ebd2d2e77b6ce5e68f33a24cc803230))
* allows input of Faraday connection ([cf9d528](https://www.github.com/mlibrary/alma_rest_client/commit/cf9d52881b57008dcb1d7ec0ecac8c1ad961fef3))
* Removes httparty; Only uses Faraday ([7d27e24](https://www.github.com/mlibrary/alma_rest_client/commit/7d27e24b799e29ac02305d99abac5d94aac13054))
* takes farday connection input; httpx default ([11566e7](https://www.github.com/mlibrary/alma_rest_client/commit/11566e70a20cb7eb2c9dbd401d965bd2359c910c))


### Bug Fixes

* test helper can take leading slash ([157f043](https://www.github.com/mlibrary/alma_rest_client/commit/157f0436afc19a7309bf7045a88c77aa1a361437))
2 changes: 1 addition & 1 deletion lib/alma_rest_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AlmaRestClient
VERSION = "1.3.1"
VERSION = "2.0.0"
end

0 comments on commit 9606225

Please sign in to comment.