From fb967a8776bfecab5275141271aa10300656b260 Mon Sep 17 00:00:00 2001 From: Ross Light Date: Fri, 2 Feb 2024 09:07:31 -0800 Subject: [PATCH] Update release notes for 1.1.1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82385ae..7f9e9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file. 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). -[Unreleased]: https://github.com/zombiezen/go-sqlite/compare/v1.1.0...main +[Unreleased]: https://github.com/zombiezen/go-sqlite/compare/v1.1.1...main -## [Unreleased][] +## [1.1.1][] - 2024-02-02 + +Version 1.1.1 improves performance on write-contended workloads. + +[1.1.1]: https://github.com/zombiezen/go-sqlite/releases/tag/v1.1.1 ### Fixed