diff --git a/CHANGELOG.md b/CHANGELOG.md index 632351e..7749543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2018-11-28 ### Added - Added QFE in inHg and hPa to the ATIS report remarks diff --git a/datis/Cargo.toml b/datis/Cargo.toml index 50e64a0..59b200a 100644 --- a/datis/Cargo.toml +++ b/datis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datis" -version = "0.4.4" +version = "0.5.0" authors = ["Markus Ast "] edition = "2018"