From 7177cd8bb2202728a222eef0f2607e94c0f07645 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Sun, 27 Aug 2023 19:53:49 +0200 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effe43c..915ac6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ -## 1.0.0 +## v1.1.0 + +- chore: add high level classes (The one with the braid) +- chore: bump version (The one with the braid) +- feat: add String localization support (The one with the braid) + +## v1.0.0 + +- chore: initial commit (The one with the braid) -- Initial version.