diff --git a/CHANGELOG.md b/CHANGELOG.md index ee87e78..0047acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.3 + +- Log to stdout/stderr instead of a log file. The volume for logs isn't needed anymore. +- Updated dependencies. + ## 1.0.2 ### Fixes diff --git a/pyproject.toml b/pyproject.toml index 8f7ac11..43dff78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "advlabdb" -version = "1.0.2" +version = "1.0.3" description = "Database with a web interface for labs." authors = ["Mo Bitar "] readme = "README.md"