diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3c83c44 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/rubyists/kalshi/compare/v0.0.1...v0.0.2) (2026-01-04) + + +### Features + +* initial structure ([e102a98](https://github.com/rubyists/kalshi/commit/e102a982f8e3ad9e4ee39b31f32970d3bdee0414)) diff --git a/lib/kalshi/version.rb b/lib/kalshi/version.rb index 849ffb7..fab5fb4 100644 --- a/lib/kalshi/version.rb +++ b/lib/kalshi/version.rb @@ -4,7 +4,7 @@ module Rubyists # Kalshi module version module Kalshi # x-release-please-start-version - VERSION = '0.0.1' + VERSION = '0.0.2' # x-release-please-end end end