diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c83c44..e4775e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/rubyists/kalshi/compare/v0.0.2...v0.0.3) (2026-01-05) + + +### Features + +* adds all market/ endpoints ([#4](https://github.com/rubyists/kalshi/issues/4)) ([b7bd5a7](https://github.com/rubyists/kalshi/commit/b7bd5a7273db51ac829cbb384a684918b08edac1)) + ## [0.0.2](https://github.com/rubyists/kalshi/compare/v0.0.1...v0.0.2) (2026-01-04) diff --git a/lib/kalshi/version.rb b/lib/kalshi/version.rb index fab5fb4..4091f3c 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.2' + VERSION = '0.0.3' # x-release-please-end end end