Skip to content

Commit

Permalink
Release Kaidan 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJ committed Nov 20, 2017
1 parent 8df8e20 commit 936a978
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")

# Version
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
set(VERSION_PATCH 0)
set(VERSION_EXTRA "dev")
set(VERSION_MINOR 3)
set(VERSION_PATCH 1)
#set(VERSION_EXTRA "dev")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)
set(VERSION_STRING ${VERSION_STRING}-${VERSION_EXTRA})
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### Version 0.3.1 (released on 20.11.2017)
Fixes:
* Fixed database creation errors (#135, #132) (@LNJ2)
* ChatPage: Fixed recipient's instead of author's avatar displayed (#131, #137) (@LNJ2)

Misc:
* Added Travis-CI integration (#133, #134, #136) (@JBBgameich)

Internationalization:
* Added Malay translations (#129) (@MuhdNurHidayat)

### Version 0.3.0 (released on 15.08.2017)
* Added XEP-0280: Message Carbons (#117) (@LNJ2)
* Added XEP-0054/XEP-0153: VCard-based avatars (#73, #105, #119) (@LNJ2)
Expand Down

0 comments on commit 936a978

Please sign in to comment.