23 lines
482 B
Markdown
23 lines
482 B
Markdown
# 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-04-16
|
|
|
|
### Added
|
|
|
|
- Added getAssets for REST and gRPC: get a list of all assets (BACKEND-308)
|
|
- Added Reflection for gRPC
|
|
- Added support for JWT tokens
|
|
|
|
### Changed
|
|
|
|
- Changed gRPC-proto filename
|
|
|
|
## [0.1.0] - 2019-03-13
|
|
|
|
Initial release
|