From 2d110c3d5f0ad647fe73b022a456f11310420a16 Mon Sep 17 00:00:00 2001 From: Dagger Agent Date: Mon, 19 May 2025 09:09:35 +0000 Subject: [PATCH] Follows up on PR #46 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d27fd..e08369d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [1.1.0] - 2025-05-15 +### Added +- Delete book endpoint (`DELETE /api/books/{id}`) to remove a book from the database +- Corresponding test cases for the new delete functionality + ## [1.0.0] - 2025-05-14 ### Added - Initial release of the Book API @@ -19,4 +24,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A (initial release) ### Removed -- N/A (initial release) +- N/A (initial release) \ No newline at end of file