We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5403cc2 commit dc5d9bbCopy full SHA for dc5d9bb
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## 0.2.2+ - [Unreleased]
+## 0.2.3 - 2017-07-09
8
### Added
9
- Can now authenticate against multiple cloud instances
10
- Experimental support for talking over a socket
external_cloud.py
@@ -17,7 +17,7 @@
17
DEFAULT_LOG_DIR = '/var/log/ejabberd'
18
FALLBACK_URL = ''
19
FALLBACK_SECRET = ''
20
-VERSION = '0.2.2+'
+VERSION = '0.2.3'
21
DOMAINS = {}
22
23
usersafe_encoding = maketrans('-$%', 'OIl')
0 commit comments