Skip to content

Commit 0a9d047

Browse files
committed
Bump version to 1.0.1 - update changelog
1 parent f4c45c3 commit 0a9d047

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+
* 1.0.1 - Fix namespacing bug for Cortex::Snippets::Client
67
* 1.0.0 - Multi-tenancy Rebuild, now takes in Cortex Client
78
* 0.8.1 - Dependency upgrades, etc
89
* 0.8.0 - Add Dynamic Yield Metadata

lib/cortex/snippets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Cortex
22
module Snippets
3-
VERSION = '1.0.0'
3+
VERSION = '1.0.1'
44
end
55
end

0 commit comments

Comments
 (0)