diff --git a/CHANGELOG.md b/CHANGELOG.md index 744779950..a1907091e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] +### Added + +### Changed + +### Fixed + + +## [0.23.0] - 2018-07-25 + ### Added * 3D file viewer for OBJ & STL file types ([#1558](https://github.com/lbryio/lbry-desktop/pull/1558)) * Thumbnail preview on publish page ([#1755](https://github.com/lbryio/lbry-desktop/pull/1755)) * Abandoned claim transactions now show in wallet history ([#1769](https://github.com/lbryio/lbry-desktop/pull/1769)) - * Added emoji support in the claim description ([#1800](https://github.com/lbryio/lbry-desktop/pull/1800)) + * Emoji support in the claim description ([#1800](https://github.com/lbryio/lbry-desktop/pull/1800)) + * PDF preview ([#1576](https://github.com/lbryio/lbry-desktop/pull/1576)) ### Changed * Upgraded LBRY Protocol to [version 0.20.4](https://github.com/lbryio/lbry/releases/tag/v0.20.4) to assist with download availability and lower CPU usage on idle.