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 1488f42 commit feae3a2Copy full SHA for feae3a2
CHANGELOG.md
@@ -3,6 +3,7 @@ Version History
3
* All Version bumps are required to update this file as well!!
4
----
5
6
+* 0.9.0 - Add total pages, next page, and prev page to result object
7
* 0.8.0 - Revert ETag caching flow implementation
8
* 0.7.0 - Implement ability to specify OAuth scopes
9
* 0.6.1 - Update various dependencies
lib/cortex/version.rb
@@ -1,3 +1,3 @@
1
module Cortex
2
- VERSION = '0.8.0'
+ VERSION = '0.9.0'
end
0 commit comments