From d238a8d5871867ec6e8286b6c365a898889429c7 Mon Sep 17 00:00:00 2001 From: n1mus <709030+n1mus@users.noreply.github.com> Date: Tue, 17 May 2022 16:42:44 -0700 Subject: [PATCH] prep release docs --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3185fb0d..d03fe682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,16 @@ 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). +## [0.0.20] 2022-05-17 +### Changed +- Use locale en_US instead of c.utf-8 +- Upgrade to image arangodb:3.9 + ## [0.0.19] - 2022-05-02 ### Added - github actions to build `develop`, `pr-x` and released version (e.g. `1.2.3`) Tags - instructions for how to release to production -### Changed -- Use locale en_US instead of c.utf-8 -- Upgrade to image arangodb:3.9 - ### Removed - Generic fulltext search and tests diff --git a/VERSION b/VERSION index 44517d51..fe04e7f6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.19 +0.0.20