We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e5ffd commit 5d1aee5Copy full SHA for 5d1aee5
CHANGELOG.md
@@ -3,6 +3,7 @@ Version History
3
* All Version bumps are required to update this file as well!
4
----
5
6
+* 0.10.2: Add all_posts function to posts class to retrieve all articles.
7
* 0.10.0:
8
* Utilize `Addressable::URI` as Faraday's default URI parser so that resourceful URI fragments are escaped and parsed properly
9
* Utilize `Faraday::Middleware` for `Hashie::Mash`ing & OAuth2 Token insertion
lib/cortex/version.rb
@@ -1,3 +1,3 @@
1
module Cortex
2
- VERSION = '0.10.1'
+ VERSION = '0.10.2'
end
0 commit comments