From c583e9734c7040e09e57002cbc6fcfacd6c830f1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 30 May 2018 16:37:07 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 10 ++++++++++ tailbone/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bb15d274..9f4b3447 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.7.12 (2018-05-30) +------------------- + +* Make sure count mode is preserved when making new inventory batch. + +* Add initial support for "variance" inventory batch mode. + +* Fix handling of (missing) password when user is edited. + + 0.7.11 (2018-05-25) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index b66d26ed..b009e6bd 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.7.11' +__version__ = '0.7.12'