From 767960acbb5472d77ab07047c739381226b7d9d9 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Thu, 7 Nov 2024 12:31:27 -0700 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6476d1e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +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] + +N/A + +## [v7.7.1] - 2024-11-07 + +### Added + +- Initial publish. For changes prior to this release, see the [react-querybuilder changelog](https://github.com/react-querybuilder/react-querybuilder/blob/main/CHANGELOG.md#v771---2024-10-21). + + + +[unreleased]: https://github.com/react-querybuilder/react-querybuilder/compare/v7.7.1...HEAD +[v7.7.1]: https://github.com/react-querybuilder/react-querybuilder/releases/tag/v7.7.1 + +