Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carterpage committed Oct 24, 2013
1 parent 7b4d25d commit 8eca25f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 1.2.5 - 10/24/2013
--------------------------
- Fix issues with ClassLoader during de/serialization on OSGi
- ResettableMock interface implemented to improve repeatability on external unit tests

Version 1.2.4 - 8/4/2013
------------------------
- Fixed big where unfixed suffixes was causing queues ending with "null"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Getting started is easy. Download the jar or add the following to your pom.xml:
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>nevado-jms</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>

Initializing Spring is a piece of cake.
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Introduction</h2>
<li>Rapidly prototype enterprise clients in the cloud. Then deploy them anywhere.</li>
</ul>

<p><br/>The current version of Nevado is 1.2.4.</p>
<p><br/>The current version of Nevado is 1.2.5.</p>

<h2>Nevado JMS</h2>
<p>Our first connector supports <a href="https://github.com/skyscreamer/nevado/wiki/Master-Feature-Grid">83%</a> of the
Expand Down

0 comments on commit 8eca25f

Please sign in to comment.