We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b361b1 + d66dd4d commit 09defb7Copy full SHA for 09defb7
CHANGELOG.md
@@ -3,6 +3,8 @@ Version History
3
* All Version bumps are required to update this file as well!!
4
----
5
6
+* 0.8.0 - Add Dynamic Yield Metadata
7
+* 0.7.0 - Add SEO Robot Metadata
8
* 0.6.0 - Set SEO Keyword feed to be an array rather than comma separated String
9
* 0.5.3 - Extract a framework-agnostic sanitized_webpage_url method
10
* 0.5.2 - Addendum to previous version: fix expiry issues
lib/cortex/snippets/client/version.rb
@@ -1,7 +1,7 @@
1
module Cortex
2
module Snippets
module Client
- VERSION = '0.7.0'
+ VERSION = '0.8.0'
end
0 commit comments