From 7fd05ad80dba542c76b8ac67fc297830a41f496c Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Mon, 8 Feb 2021 01:01:34 +0000 Subject: [PATCH] 0.2.7 release --- CHANGELOG.md | 11 +---------- VERSION | 2 +- corral.json | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) 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" } }