# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
-

## [0.2.1] - 2020-10-22
### Added
- List user courses

## [0.2.0] - 2020-10-14
### Added
- List user subscriptions
- JWT functionality from Apolitical Server
### Changed
- Using gitlab pipelines templates

## [0.1.1] - 2020-08-29
### Fixed
- Bug with JWT expiry value

## [0.1.0] - 2020-08-24
### Added
- JWT token generated on the fly
- Read/List/Create/Update user methods
- Create user subscription method

## [0.0.7] - 2020-07-23
### Fixed
- Fixed pipeline (no cache artifacts)

## [0.0.6] - 2020-07-23
### Fixed
- Do not update buckets when updating user

## [0.0.5] - 2020-07-07
### Updated
- Removed info logs on all methods

## [0.0.4] - 2020-07-06
### Updated
- Error handling on post or put methods

## [0.0.3] - 2020-07-06
### Updated
- Third party dependencies

## [0.0.2] - 2020-07-06
### Changed
- Better options parameter instead of config

## [0.0.1] - 2020-07-06
### Added
- Initial setup
