From f93b107a672eb9c8f8bff661bffb10f290002558 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 19 May 2021 02:25:03 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3538443f..7f48c4faa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] + +## [0.4.0] - 2021-05-19 ### Changed - Rename endpoint macro `change` to `update` and `remove` to `delete` - All endpoints with a known operation verb (like `read` or `update`) now have an auto-generated operation id (`openapi` feature only)