diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d1b914c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 1.0.1 + +### Fixes + +- Improve some error messages. diff --git a/pyproject.toml b/pyproject.toml index e16ab72..c140724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "advlabdb" -version = "1.0.0" +version = "1.0.1" description = "Database with a web interface for labs." authors = ["Mo Bitar "] readme = "README.md"