diff --git a/CHANGELOG.md b/CHANGELOG.md index 97cd0e5..fca2c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.1](https://github.com/jtheoof/swappy/compare/v1.5.0...v1.5.1) (2022-11-20) + + +### Bug Fixes + +* **ui:** use *-symbolic variant of toolbar icons ([5dc44f8](https://github.com/jtheoof/swappy/commit/5dc44f8970b0f6cdf21466bc2689ec2aa93a4385)), closes [#34](https://github.com/jtheoof/swappy/issues/34) + ## [1.5.0](https://github.com/jtheoof/swappy/compare/v1.4.0...v1.5.0) (2022-11-18) diff --git a/meson.build b/meson.build index 99e7c44..ffecb26 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'swappy', 'c', - version: '1.5.0', + version: '1.5.1', license: 'MIT', meson_version: '>=0.48.0', default_options: [ diff --git a/package.json b/package.json index 628c533..5c18dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swappy", - "version": "1.5.0", + "version": "1.5.1", "repository": { "type": "git", "url": "https://github.com/jtheoof/swappy.git"