diff --git a/CHANGELOG.md b/CHANGELOG.md index 0debc87..4812a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log All notable changes to the Auto-Populate Fields project will be documented in this file. + +## [2.6.0] - 2020-10-09 +### Changed +- Upgrade test_project to enable surveys (Kyle Chesney) +- Explicitly check that field to hide is present in a form prevents bug on multipage forms in surveys. (Kyle Chesney) + +### Added +- Add support for Surveys (Kyle Chesney) + + ## [2.5.2] - 2020-08-21 ### Changed - Added a element check to prevent attempting to hide nonexistent elements (James Pence) diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..e70b452 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2.6.0