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 0fb4036 commit db81873Copy full SHA for db81873
CHANGELOG.md
@@ -3,6 +3,7 @@ Version History
3
* All Version bumps are required to update this file as well!!
4
----
5
6
+* 0.6.3 - Set SEO Keyword feed to be an array rather than comma separated String
7
* 0.5.3 - Extract a framework-agnostic sanitized_webpage_url method
8
* 0.5.2 - Addendum to previous version: fix expiry issues
9
* 0.5.1 - Set Webpage feed cache to never expire
lib/cortex/snippets/client/version.rb
@@ -1,7 +1,7 @@
1
module Cortex
2
module Snippets
module Client
- VERSION = '0.5.3'
+ VERSION = '0.6.0'
end
0 commit comments