diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ae6adcc..0716f53e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to Field Book app will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [v6.0.5] - 2025-01-22 ### Added - Search box added to field list (https://github.com/PhenoApps/Field-Book/pull/1125) @@ -571,3 +579,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v6.0.3]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.3 [v6.0.4]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.4 + +[v6.0.5]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.5 \ No newline at end of file diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index 7c15adb1a..21879dd60 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,5 +1,11 @@ + + Search box added to field list + BrAPI export no longer crashes when authentication token is expired + Numerous bug fixes and enhancements + + Swap navigation now changes position of entry/trait navigation instead of only behavior diff --git a/version.properties b/version.properties index dd0c9f5ce..fccdb2800 100644 --- a/version.properties +++ b/version.properties @@ -1,3 +1,3 @@ majorVersion=6 minorVersion=0 -patchVersion=4 +patchVersion=5