diff --git a/CHANGELOG.md b/CHANGELOG.md index f63843405..733152b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.20.3] - 21-Apr-2023 + +### Fixed + +- Accept NumpadEnter as Enter ([#171](https://github.com/mvlabat/bevy_egui/pull/171) by @dimvoly) + ## [0.20.2] - 27-Mar-2023 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index f296ef149..8b8f921f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_egui" -version = "0.20.2" +version = "0.20.3" authors = ["mvlabat "] description = "A plugin for Egui integration into Bevy" license = "MIT"