From b116095687c9676031bb3562678442af3235a889 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 23 Feb 2024 10:49:17 +0100 Subject: [PATCH] doc(CHANGELOG.md) set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1949a10..67a64e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adhere to the [Semantic Versioning](http://semver.org/) standard. -## [1.0.8] TBD +## [1.0.8] 2024-02-23 * Feat - Add the `DB::generate_results` and `DB::generate_col` methods to the `DB` class to fetch all results matching an unbounded query with a set of bounded queries.