diff --git a/CHANGELOG b/CHANGELOG index 06dd827..fc3564d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,9 @@ # Changelog -## In progress +## Version 0.1.1 +- Relax shiny version requirement - Bug fixes to check.required ## Version 0.1.0 -- Initital implementation \ No newline at end of file +- Initital implementation diff --git a/pyproject.toml b/pyproject.toml index 4087a28..2d8e28d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ zip-safe = false [tool.poetry] name = "shiny_validate" -version = "0.1" +version = "0.1.1" authors = ["Gordon Shotwell "] description = "Input Validation for Shiny apps" readme = "README.md"