From 97c8f5b733550a9d7fef9a10059a05466add79f0 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Tue, 12 Mar 2024 18:17:38 +0000 Subject: [PATCH] Update CHANGELOG.md in preparation for 0.6.0 release --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569a5d8..db9446c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,12 @@ 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 - +## [0.6.0] - 2024-03-12 ### Added - Add possibility to upgrade the current session to a new TCP handler ([PR #75](https://github.com/ponylang/http_server/pull/75)) -### Changed - - ## [0.5.0] - 2024-02-18 ### Fixed