diff --git a/CHANGELOG.md b/CHANGELOG.md index 899a18b..1062bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.0.1](https://github.com/opus-codium/opensearch-ruby-cli/tree/v1.0.1) (2025-03-20) + +[Full Changelog](https://github.com/opus-codium/opensearch-ruby-cli/compare/v1.0.0...v1.0.1) + +**Fixed bugs:** + +- Fix missing requirement for uri [\#3](https://github.com/opus-codium/opensearch-ruby-cli/pull/3) ([smortex](https://github.com/smortex)) + ## [v1.0.0](https://github.com/opus-codium/opensearch-ruby-cli/tree/v1.0.0) (2024-04-10) [Full Changelog](https://github.com/opus-codium/opensearch-ruby-cli/compare/db66419f41d79ec468150c416a7929e5e0c9c4ee...v1.0.0) diff --git a/lib/opensearch/cli.rb b/lib/opensearch/cli.rb index 8a3b3e9..ceb7c32 100644 --- a/lib/opensearch/cli.rb +++ b/lib/opensearch/cli.rb @@ -6,7 +6,7 @@ module OpenSearch class CLI < OptionParser - VERSION = "1.0.0" + VERSION = "1.0.1" def initialize(banner = nil, width = 32, indent = " " * 4, &block) @opensearch_options = {