diff --git a/CHANGES.rst b/CHANGES.rst index 6a337c17..b92de07c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,15 @@ Changes to mtools ================= +version 1.5.1 +~~~~~~~~~~~~~ +* mlaunch: Fix 1.5.0 regression preventing use of --auth +* mloginfo: Add support for MongoDB 3.2+ --rsinfo +* mlogfilter: Fix intermittent test failures + +Thanks to @kevinadi, @kallimachos, @sindbach, and @stennie +for contributions to this release. + version 1.5.0 ~~~~~~~~~~~~~ * Update matplotlib to 1.4.3 @@ -18,8 +27,8 @@ version 1.5.0 * mlaunch: Add users to all shards in sharded cluster * mlogvis: Remove write lock and read lock grouping -Thanks to @kevinadi, @jamesbroadhead, @mathom, @bmoss, @sindbach, -and @stennie for contributions to this release! +Thanks to @kevinadi, @jamesbroadhead, @mathom, @kallimachos, +@sindbach, and @stennie for contributions to this release! version 1.4.1 ~~~~~~~~~~~~~ diff --git a/mtools/version.py b/mtools/version.py index 9a7bcd62..0bcee9be 100644 --- a/mtools/version.py +++ b/mtools/version.py @@ -1,4 +1,4 @@ #!/bin/python """Mtools version.""" -__version__ = '1.5.1-dev' +__version__ = '1.5.1'