Skip to content

Commit 38d66ef

Browse files
committed
Bump and update changelog for v6.1.1
1 parent 37d630d commit 38d66ef

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
### Fixed
15+
16+
## [v6.1.1] - 2025-03-24
17+
18+
### Added
19+
20+
### Changed
21+
1422
### Fixed
1523
- Field imports from BrAPI now include the correct metadata
1624

@@ -629,4 +637,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
629637

630638
[v6.0.8]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.8
631639

632-
[v6.1.0]: https://github.com/PhenoApps/Field-Book/releases/tag/6.1.0
640+
[v6.1.0]: https://github.com/PhenoApps/Field-Book/releases/tag/6.1.0
641+
[v6.1.1]: https://github.com/PhenoApps/Field-Book/releases/tag/6.1.1

app/src/main/res/raw/changelog.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<changelog>
22

3+
<release date="2025-03-24" versionCode="60101" versionName="v6.1.1">
4+
<bugfix>Field imports from BrAPI now include the correct metadata</bugfix>
5+
</release>
6+
37
<release date="2025-03-17" versionCode="60100" versionName="v6.1.0">
48
<new>Primary/Secondar Order are no longer required when importing files</new>
59
<new>Labels between entry arrows can be swapped in Collect via new dialog</new>

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
majorVersion=6
22
minorVersion=1
3-
patchVersion=0
3+
patchVersion=1

0 commit comments

Comments
 (0)