diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d19641d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2022-04-07) + + +### Features + +* add service ([b1e9d41](https://www.github.com/glocurrency/tingg-service/commit/b1e9d414df7929e1d1f32ce429445f64b6c352d5)) + + +### Miscellaneous Chores + +* add badges ([85a851b](https://www.github.com/glocurrency/tingg-service/commit/85a851b269adf74cdd97a43bd014db892b35e89f)) +* more badges ([151947a](https://www.github.com/glocurrency/tingg-service/commit/151947a780a929339941b25835ef0643f2fe38b3)) diff --git a/composer.json b/composer.json index 8662619..bfaf437 100644 --- a/composer.json +++ b/composer.json @@ -58,5 +58,6 @@ "type": "composer", "url": "https://repo.packagist.com/glocurrency/" } - } + }, + "version": "0.1.0" }