diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5cb4a..b4a185a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 1.0.0+ - [Unreleased] +## 1.1.0 - 2018-07-24 ### Added +- Support *systemd* socket activation - Now supports [*Postfix* Virtual Mailbox mode](systemd/README.md) ### Fixed - Incorporated *Prosody* upstream mod_auth_external.lua fixes ### Changed +- Starting from *systemd* is now the recommended mode ## 1.0.0 - 2018-01-29 ### Added diff --git a/xclib/version.py b/xclib/version.py index db4d1d6..9cff1bc 100644 --- a/xclib/version.py +++ b/xclib/version.py @@ -1 +1 @@ -VERSION = '1.0.0+' +VERSION = '1.1.0'