Skip to content

Commit

Permalink
Merge pull request #470 from stennie/develop
Browse files Browse the repository at this point in the history
Update changelog and prep for 1.2.3 release
  • Loading branch information
stennie authored Dec 13, 2016
2 parents db77ce9 + dd6862f commit 5aaae99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Changes to mtools
=================

#### version 1.2.3-dev
* mlaunch: fixed parsing of the `mongod` version (#451)
#### version 1.2.3

* mlaunch: support for MongoDB 3.4 (#466)
* mlaunch: MongoDB 3.3+ only supports CSRS for mongos --configdb parameter (#431)
* mlaunch: CSRS feature breaks older configurations (#402)
* mlaunch: improved parsing of the `mongod` version for RCs (#451)
* mlaunch: New init --priority option forces first member primary
* mlaunch: init & list now print username and password if auth enabled (#469)
* mlaunch: --stop is now an alias of --kill to simplify auth shutdown (#363, #369, #333)

Thanks to @kevinadi, @Pash10g, @Steve-Hand, @vmenajr, and @ajdavis for contributions to this release!

#### version 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ instructions for these modules.
Recent Changes
--------------

The current version of mtools is 1.2.1. See [CHANGES.md](./CHANGES.md) for a list of recent changes from previous versions of mtools.
The current version of mtools is 1.2.3. See [CHANGES.md](./CHANGES.md) for a list of recent changes from previous versions of mtools.


Contribute to mtools
Expand Down
2 changes: 1 addition & 1 deletion mtools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.3-dev'
__version__ = '1.2.3'

0 comments on commit 5aaae99

Please sign in to comment.