Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #56 from smartsheet-platform/tw-updates
Browse files Browse the repository at this point in the history
fixing the auto publish process
  • Loading branch information
timwellswa authored Nov 19, 2019
2 parents ea6c002 + a55d6c2 commit 4dccbc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ deploy:
on:
repo: smartsheet-platform/smartsheet-ruby-sdk
branch: master
rvm: 2.4
after_deploy: "echo 'Finished deployment process'"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.86.0] - 2019-11-18
## [2.86.1] - 2019-11-18
### Added
- Support for sheet summary endpoints
- Missing implementation for add profile image
Expand Down
2 changes: 1 addition & 1 deletion lib/smartsheet/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Smartsheet
module Constants
VERSION = '2.86.0'.freeze
VERSION = '2.86.1'.freeze

USER_AGENT = 'smartsheet-ruby-sdk'.freeze
API_URL = 'https://api.smartsheet.com/2.0'.freeze
Expand Down

0 comments on commit 4dccbc4

Please sign in to comment.