Skip to content

Commit 4c40508

Browse files
committed
Bump to v0.10.0 and add to CHANGELOG
1 parent af28a5c commit 4c40508

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Version History
22
====
3-
* All Version bumps are required to update this file as well!!
3+
* All Version bumps are required to update this file as well!
44
----
55

6+
* 0.10.0:
7+
* Utilize `Addressable::URI` as Faraday's default URI parser so that resourceful URI fragments are escaped and parsed properly
8+
* Utilize `Faraday::Middleware` for `Hashie::Mash`ing & OAuth2 Token insertion
9+
* Update dependencies
10+
* No major breaking changes anticipated, but please *test* your use cases!
611
* 0.9.0 - Add total pages, next page, and prev page to result object
712
* 0.8.0 - Revert ETag caching flow implementation
813
* 0.7.0 - Implement ability to specify OAuth scopes

lib/cortex/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cortex
2-
VERSION = '0.9.0'
2+
VERSION = '0.10.0'
33
end

0 commit comments

Comments
 (0)