Skip to content

Commit 5d1aee5

Browse files
committed
version and changelog
1 parent 14e5ffd commit 5d1aee5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Version History
33
* All Version bumps are required to update this file as well!
44
----
55

6+
* 0.10.2: Add all_posts function to posts class to retrieve all articles.
67
* 0.10.0:
78
* Utilize `Addressable::URI` as Faraday's default URI parser so that resourceful URI fragments are escaped and parsed properly
89
* Utilize `Faraday::Middleware` for `Hashie::Mash`ing & OAuth2 Token insertion

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.10.1'
2+
VERSION = '0.10.2'
33
end

0 commit comments

Comments
 (0)