# Changelog 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/). ## [0.2.0] - 2019-05-07 ### Added - Added more error logging using dilog (BACKEND-360) - Added Reflection for gRPC - Added JWT token encryption and decryption (BACKEND-359) ### Fixed - Fixed Branca tokens expiring before expiration time (BACKEND-360) - Fixed me-function returning wrong error code (BACKEND-342) - Fixed inconsistent error codes in gRPC / REST (BACKEND-342) ### Changed - Changed gRPC service name from `grpc` to `authenticationservice` - Changed gRPC-proto filename ## [0.1.0] - 2019-03-13 Initial release