diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 3450b48..748f5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@  All notable changes to this project will be documented in this file.  ## Unreleased + +## 0.4.1 - 2020-08-17  ### Added  - `Log::errors` as a convenience function. @@ -1,6 +1,6 @@  [package]  name = "evtclib" -version = "0.4.0" +version = "0.4.1"  authors = ["Daniel"]  edition = "2018"  description = "An evtc parsing library" | 
