diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1a83a..1da5962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Your contribution here. * [#000](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/000): Brief description here. - [@username](https://github.com/username). + +## 1.0.1 + +* [#148](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/148): Loosen Faraday version dependency pin. Update license to explicit MIT. Fix Rubocop and Travis builds. - [@splittingred](https://github.com/splittingred) * [#142](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/142): Update Faraday gem version. Add support for OAuth SSL options. - [@pedelman](https://github.com/pedelman) * [#136](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/136): Added accept-encoding: gzip header. - [@adambilsing](https://github.com/adambilsing) * [#128](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/128): Added support for token generation for storefront login. - [@mattolson](https://github.com/mattolson). diff --git a/README.md b/README.md index ce0b8f3..50b837f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gem install bigcommerce You can also add it to your Gemfile. ```rb -gem 'bigcommerce', '~> 1.0.0' +gem 'bigcommerce', '~> 1.0' ``` ## Requirements