diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b914c..ee87e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog -## 1.0.1 +## 1.0.2 ### Fixes +- Fix creating a group experiment. +- Fix the error message on semester import when the new uni email doesn't match the one in the database. + +## 1.0.1 + +### Features + - Improve some error messages. diff --git a/pyproject.toml b/pyproject.toml index c140724..621deef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "advlabdb" -version = "1.0.1" +version = "1.0.2" description = "Database with a web interface for labs." authors = ["Mo Bitar "] readme = "README.md"