Skip to content

Commit

Permalink
Prepare for v1.4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Jun 8, 2016
1 parent 7f44f69 commit 0138503
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ CHANGELOG
upcoming
--------

v1.4.3 [07-JUN-2016]
----------------------
* [#207][] Add support for SOCKS proxies. Credit: [@dylanmckay][]

v1.4.2 [25-OCT-2015]
----------------------
* [#188][] Added ability view jobs in a view with details. Credir: [@Tyrael][]
* [#188][] Added ability view jobs in a view with details. Credit: [@Tyrael][]

v1.4.1 [21-SEP-2015]
----------------------
Expand Down Expand Up @@ -336,6 +340,7 @@ v0.0.1 [15-OCT-2012]
[#179]: https://github.com/arangamani/jenkins_api_client/issues/179
[#188]: https://github.com/arangamani/jenkins_api_client/issues/188
[#191]: https://github.com/arangamani/jenkins_api_client/issues/191
[#207]: https://github.com/arangamani/jenkins_api_client/issues/207
[@AndrewHanes]: https://github.com/AndrewHanes
[@Loa]: https://github.com/Loa
[@Niarfe]: https://github.com/Niarfe
Expand All @@ -353,6 +358,7 @@ v0.0.1 [15-OCT-2012]
[@dkerwin]: https://github.com/dkerwin
[@dougforpres]: https://github.com/dougforpres
[@drnic]: https://github.com/drnic
[@dylanmckay]: https://github.com/dylanmckay
[@gpetras]: https://github.com/gpetras
[@hubert]: https://github.com/hubert
[@jlucasps]: https://github.com/jlucasps
Expand Down
6 changes: 3 additions & 3 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: jenkins_api_client 1.4.2 ruby lib
# stub: jenkins_api_client 1.4.3 ruby lib

Gem::Specification.new do |s|
s.name = "jenkins_api_client"
s.version = "1.4.2"
s.version = "1.4.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Kannan Manickam"]
s.date = "2015-10-25"
s.date = "2016-06-08"
s.description = "\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth"
s.email = ["[email protected]"]
s.executables = ["jenkinscli"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jenkins_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Client
# Minor version of the gem
MINOR = 4
# Tiny version of the gem used for patches
TINY = 2
TINY = 3
# Used for pre-releases
PRE = nil
# Version String of Jenkins API Client.
Expand Down

0 comments on commit 0138503

Please sign in to comment.