diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b523f..9e81231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +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 - - -### Changed - +## [0.2.7] - 2021-02-08 ## [0.2.6] - 2021-02-08 diff --git a/VERSION b/VERSION index 53a75d6..b003284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 +0.2.7 diff --git a/corral.json b/corral.json index ede2e93..640b5ee 100644 --- a/corral.json +++ b/corral.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/ponylang/http", "license": "BSD-2-Clause", "documentation_url": "https://ponylang.github.io/http/", - "version": "0.2.6", + "version": "0.2.7", "name": "http" } }