Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
murtaza-swati committed Jun 9, 2022
1 parent 3c531ab commit c6aea1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,14 @@ See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for

## Version History

### 1.11.1

* Fix `travis sshkey --generate` https://github.com/travis-ci/travis.rb/pull/820

### 1.11.0

* Removed authentication with password https://github.com/travis-ci/travis.rb/pull/811

### 1.10.1

* Fix `travis monitor` command https://github.com/travis-ci/travis.rb/pull/770
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travis
VERSION = '1.11.0'
VERSION = '1.11.1'
end
2 changes: 1 addition & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
# general info
s.name = "travis"
s.version = "1.11.0"
s.version = "1.11.1"
s.required_ruby_version = ">= 2.3.0"
s.description = "CLI and Ruby client library for Travis CI"
s.homepage = "https://github.com/travis-ci/travis.rb"
Expand Down

0 comments on commit c6aea1d

Please sign in to comment.