diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a32df9..08bb04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Ruby Technical Analysis -## 1.0.0 (Unreleased) +## 1.0.2 (2024-01-24) ### Breaking Changes - Previously an indicator was called on an array, e.g. `[0,1,2,3].mean` diff --git a/Gemfile.lock b/Gemfile.lock index 47a6a9e..6646fd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-technical-analysis (1.0.0) + ruby-technical-analysis (1.0.2) GEM remote: https://rubygems.org/ diff --git a/ruby-technical-analysis.gemspec b/ruby-technical-analysis.gemspec index 28b58f7..1e0c2f4 100644 --- a/ruby-technical-analysis.gemspec +++ b/ruby-technical-analysis.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |spec| spec.name = "ruby-technical-analysis" - spec.version = "1.0.0" + spec.version = "1.0.2" spec.authors = ["Brad Saterfiel"] spec.email = ["brad.saterfiel@gmail.com"] - spec.description = "Technical analysis toolkit for stocks, commodities, and other time series written in Ruby." - spec.summary = "Technical analysis toolkit for stocks, commodities, and other time series written in Ruby." + spec.description = "Ruby technical analysis toolkit for stocks, commodities, and other time series." + spec.summary = "Ruby technical analysis toolkit for stocks, commodities, and other time series." spec.homepage = "https://github.com/johnnypaper/ruby-technical-analysis" spec.license = "MIT" spec.required_ruby_version = ">= 3.0"