We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c45c3 commit 0a9d047Copy full SHA for 0a9d047
CHANGELOG.md
@@ -3,6 +3,7 @@ Version History
3
* All Version bumps are required to update this file as well!!
4
----
5
6
+* 1.0.1 - Fix namespacing bug for Cortex::Snippets::Client
7
* 1.0.0 - Multi-tenancy Rebuild, now takes in Cortex Client
8
* 0.8.1 - Dependency upgrades, etc
9
* 0.8.0 - Add Dynamic Yield Metadata
lib/cortex/snippets/version.rb
@@ -1,5 +1,5 @@
1
module Cortex
2
module Snippets
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
end
0 commit comments