Skip to content

Commit

Permalink
Bump version and update change log for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Sep 28, 2011
1 parent 13980db commit 10a65de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ Version 0.10.0
* Add RemoteAPI#add_attachments_to_issue_with_key (thanks @rjharmon)
* Add RemoteAPI#components_for_project_with_key (thanks @rjharmon)

* Fix a typo in RemoteAPI#progress_workflow_action (thanks Vincent Beau)

* Deprecate RemoteAPI#add_base64_encoded_attachments_to_issue_with_key (thanks @rjharmon)
* Remove deprecated methods from previous release
* Begin making the test suite public

Version 0.9.2

Expand Down
2 changes: 1 addition & 1 deletion lib/jiraSOAP/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module JIRA
# @return [String]
VERSION = '0.9.2'
VERSION = '0.10.0'
end

0 comments on commit 10a65de

Please sign in to comment.