Skip to content

Commit db81873

Browse files
committed
Bump to version 0.6.0
1 parent 0fb4036 commit db81873

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.6.3 - Set SEO Keyword feed to be an array rather than comma separated String
67
* 0.5.3 - Extract a framework-agnostic sanitized_webpage_url method
78
* 0.5.2 - Addendum to previous version: fix expiry issues
89
* 0.5.1 - Set Webpage feed cache to never expire

lib/cortex/snippets/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
module Snippets
33
module Client
4-
VERSION = '0.5.3'
4+
VERSION = '0.6.0'
55
end
66
end
77
end

0 commit comments

Comments
 (0)