From b0eb1f32e291c0df38ca8f790e50805cb4e11fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Thu, 12 Oct 2023 19:24:22 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389e732..ed68f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2023-10-12 + +### Added + +- Serialisation for DTO objects so now they can be sent to queued jobs +- `dto:typescript` command for generating TypeScript types based on your application's DTOs + ## [1.10.11] - 2023-10-11 ### Fixed