Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog and prep for 1.2.3 release #470

Merged
merged 5 commits into from
Dec 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'