README.md in smartsheet-1.0.0.beta.2 vs README.md in smartsheet-1.0.0

- old
+ new

@@ -1,21 +1,19 @@ # Smartsheet Ruby SDK [![Build Status](https://travis-ci.org/smartsheet-platform/smartsheet-ruby-sdk.svg?branch=master)](https://travis-ci.org/smartsheet-platform/smartsheet-ruby-sdk) [![Coverage Status](https://coveralls.io/repos/github/smartsheet-platform/smartsheet-ruby-sdk/badge.svg?branch=master)](https://coveralls.io/github/smartsheet-platform/smartsheet-ruby-sdk?branch=master) [![Gem Version](https://badge.fury.io/rb/smartsheet.svg)](https://badge.fury.io/rb/smartsheet) This is an SDK to simplify connecting to the [Smartsheet API](http://www.smartsheet.com/developers/api-documentation) from Ruby applications. -*Please note that this SDK is beta and may change significantly in the future.* - ## System Requirements The SDK supports Ruby versions 2.2 or later. ## Installation Add this line to your application's Gemfile: ```ruby -gem 'smartsheet', '>= 1.0.0.beta' +gem 'smartsheet', '>= 1.0.0' ``` And then execute: $ bundle @@ -131,9 +129,12 @@ If you have any questions or issues with this SDK please post on [Stack Overflow using the tag "smartsheet-api"](http://stackoverflow.com/questions/tagged/smartsheet-api) or contact us directly at api@smartsheet.com. ## Release Notes Each specific release is available for download via [GitHub](https://github.com/smartsheet-platform/smartsheet-ruby-sdk/tags). + +**v1.0.0 (Nov 2017)** +Full release **v1.0.0.beta (October 2017)** Beta release of the Smartsheet SDK for Ruby *Note*: Minor changes that result in a patch version increment in RubyGems (such as updates to the README) will not be tagged as a Release in GitHub.