From c289dcb44cada0d98a2260338c29464ab71d36cd Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 12 Apr 2022 16:05:18 -0500 Subject: [PATCH] add release notes for v1.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a74eb4..7860f431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.0 - 2022-04-12 + +v1.0.0 is released! + +We've been using `Mint.WebSocket` in production for the better part of a year +without trouble. + +v1.0.0 is code-wise the same as v0.3.0: it represents a stability milestone. +`Mint.WebSocket` will now follow semantic versioning, so any breaking changes +will result in a v2.0.0. + ## 0.3.0 - 2022-02-27 ### Changed