Skip to content

Commit 09defb7

Browse files
committed
Merge branch 'develop'
2 parents 9b361b1 + d66dd4d commit 09defb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Version History
33
* All Version bumps are required to update this file as well!!
44
----
55

6+
* 0.8.0 - Add Dynamic Yield Metadata
7+
* 0.7.0 - Add SEO Robot Metadata
68
* 0.6.0 - Set SEO Keyword feed to be an array rather than comma separated String
79
* 0.5.3 - Extract a framework-agnostic sanitized_webpage_url method
810
* 0.5.2 - Addendum to previous version: fix expiry issues

lib/cortex/snippets/client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
module Snippets
33
module Client
4-
VERSION = '0.7.0'
4+
VERSION = '0.8.0'
55
end
66
end
77
end

0 commit comments

Comments
 (0)