diff --git a/CHANGELOG.md b/CHANGELOG.md index 00eaf04..1a0a56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/). -## [unreleased] - unreleased - -### Fixed - - -### Added - +## [0.1.4] - 2021-05-07 ### Changed diff --git a/VERSION b/VERSION index b1e80bb..845639e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/corral.json b/corral.json index 51ae7fc..e497f42 100644 --- a/corral.json +++ b/corral.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/ponylang/appdirs", "license": "BSD-2-Clause", "documentation_url": "https://ponylang.github.io/appdirs/", - "version": "0.1.3", + "version": "0.1.4", "name": "appdirs" } }