Skip to content

Commit

Permalink
docs: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Luukuton committed Feb 27, 2022
1 parent dcc72ac commit 5d2d3b1
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,36 @@ All notable changes of 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).
## [0.1.2] - 2021-02-03
## [0.2.0] - 2022-02-27

### Added
- UpdateGallery API method

### Fixed
- Error when a single (e.g. Gallery) result is empty
- Returning favorite groups could include empty groups

### Changed
- Renamed TitleShort column to TitleTranslated
- Upgraded packages

### Removed
- Artists and Circle columns from Gallery
- Not needed as the same can be achieved by using the `artist` and `circle` namespace tags

## [0.1.2] - 2022-02-03

### Fixed
- Resetting favorite groups
- Returning favorite groups could include empty groups

## [0.1.1] - 2021-02-03
## [0.1.1] - 2022-02-03
### Changed
- Change HTTP method of updating progress and favorites from PUT to PATCH

### Fixed
- Filtering by favorite groups

## [0.1.0] - 2021-01-31
## [0.1.0] - 2022-01-31
### Added
- Initial release

0 comments on commit 5d2d3b1

Please sign in to comment.