From 77a5ee45695ef5e4c1ca9a74f2079e9a05c50d7d Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 5 Mar 2021 16:06:49 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0181ce3..5d60df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Unreleased (0.5.0) +## [0.5.0](https://github.com/brick/geo/releases/tag/0.5.0) - 2021-03-05 + +🐛 **Fixes** + +- Fixed illegal parameter data type issue on MariaDB 💥 **BC breaks** diff --git a/README.md b/README.md index b8f324d..642c20d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.4.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.5.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/geo/releases) for a list of changes introduced by each further `0.x.0` version.