Skip to content

Commit

Permalink
[Job] - updated changelog and bumped version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Nov 18, 2012
1 parent f168160 commit 6505bb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= CHANGELOG

===== v0.3.2 [17-NOV-2012]
* Added some new methods for Job class

===== v0.3.1 [11-NOV-2012]
* Removed unnecessary debug statements

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 @@ -24,7 +24,7 @@ module JenkinsApi
class Client
MAJOR = 0
MINOR = 3
TINY = 1
TINY = 2
PRE = nil
VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down

0 comments on commit 6505bb5

Please sign in to comment.