Skip to content

Commit

Permalink
Release 1.12.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Smith committed Sep 12, 2013
1 parent 2da362c commit 0ff7669
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,13 @@
== 1.2.16 20130812

* Stomp::Client's should expose connection's host params

== 1.2.15 20130809

* Add user-specified timeout for initial CONNECTED/ERROR frame read.
* Eliminate dup Timeout::timeout in ssl connect
* Add license information to gemspec (#69)

== 1.2.14 20130819

* Version bump (1.2.13 release had Stomp::Version of 1.1.12.)
Expand Down
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -12,6 +12,8 @@ An implementation of the Stomp protocol for Ruby. See:

See _CHANGELOG.rdoc_ for details.

* Gem version 1.2.16. Fixed Stomp::Client to expose its connection's host parameters.
* Gem version 1.2.15. Timeout cleanup, added license info to gemspec.
* Gem version 1.2.14. Cleanup.
* Gem version 1.2.13. Stomp::Client#unreceive max_redeliveries fix.
* Gem version 1.2.12. Miscellaneous issue fixes and cleanup.
Expand Down
2 changes: 1 addition & 1 deletion lib/stomp/version.rb
Expand Up @@ -6,7 +6,7 @@ module Stomp
module Version #:nodoc: all
MAJOR = 1
MINOR = 2
PATCH = 15
PATCH = 16
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end
2 changes: 1 addition & 1 deletion stomp.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{stomp}
s.version = "1.2.14"
s.version = "1.2.16"
s.license = "Apache 2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
Expand Down

0 comments on commit 0ff7669

Please sign in to comment.