diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f95a9..0fc31d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## IN DEVELOPMENT -## v0.0.0 - [November 9, 2021](https://github.com/lando/plugin-template/releases/tag/v0.0.0) +## v0.5.1 - [November 9, 2021](https://github.com/lando/mariadb/releases/tag/v0.5.1) Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). -* Bullet Points +* Add in support for 10.6 + +## v0.5.0 - [November 9, 2021](https://github.com/lando/mariadb/releases/tag/v0.5.0) + +Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). + +* Initial Release diff --git a/package.json b/package.json index 691af93..7677e90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/mariadb", "description": "A Lando plugin that provides a tight integration with mariadb.", - "version": "0.5.0", + "version": "0.5.1", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "lando/mariadb",