From e9838c710b52804eb49811b44e46ef19c58cee87 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Sat, 2 Sep 2017 14:05:27 +0100 Subject: [PATCH] Nakama Java 0.1.2 release. --- CHANGELOG.md | 5 ++++- build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c457976e..fd903fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). -## [Unreleased] +## [0.1.2] - 2017-09-02 +### Fixed +- Pin transitive SLF4J dependency on 1.7.* stable release. +- Use "okio.ByteString" rather than "java.util.Base64" for base64 support. ## [0.1.1] - 2017-08-14 ### Fixed diff --git a/build.gradle b/build.gradle index 99cdfa8f..36a3435e 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { } group = 'com.heroiclabs.nakama' -version = '0.2.0-SNAPSHOT' +version = '0.1.2' def description = 'Android optimized Java client for Nakama server.' sourceCompatibility = 1.7