diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aefb5f4..933aca6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 0.7.14 (2023-03-21) + +### Bug fixes + +- fix: can't find version file + ## 0.7.13 (2023-03-09) ### Features diff --git a/api/docker-compose.example.yml b/api/docker-compose.example.yml index b5deb4f3..b1901ea6 100644 --- a/api/docker-compose.example.yml +++ b/api/docker-compose.example.yml @@ -1,7 +1,7 @@ version: '3' services: restknot-api: - image: biznetgio/restknot-api:0.7.12 + image: biznetgio/restknot-api:0.7.14 # depends_on: # - kafka1 ports: