diff --git a/CHANGELOG b/CHANGELOG index 1831549..2deef79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,15 +4,18 @@ 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). +## [0.2.5] (pre-release) - 2022-05-10 +### Changed +- Encryption options. +- Icon changed to support PWA adaptive icons. + ## [0.2.4] (pre-release) - 2022-04-29 ### Added - New homescreen. - More encoding options, renamed Encoder to Converter, -- Encryption options. - Cloud indicator to highlight if the tool is connected to the internet or not. ### Changed -- Icon changed to support PWA adaptive icons. - Clicking on menu items now closes the drawer. ## [0.2.3] (pre-release) - 2022-04-28 diff --git a/package-lock.json b/package-lock.json index 8476e0f..e1e7c03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsth.is", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whatsth.is", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", diff --git a/package.json b/package.json index a11f75c..7bc3a74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsth.is", - "version": "0.2.4", + "version": "0.2.5", "private": true, "dependencies": { "@emotion/react": "^11.9.0",