diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc1b0ee..bc84531f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.2.2] - 2022-04-21 + +### Modified + +- Administrator attributes are added to environment/sighting table before merge. +- Fix observer attribute in sighting + ## [v1.2.1] - 2022-04-08 ### Modified @@ -130,6 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[v1.2.2]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.2.2 [v1.2.1]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.2.1 [v1.2.0]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.2.0 [v1.1.2]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.1.2 diff --git a/Makefile b/Makefile index 2c74239e..701d8a90 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := "1.2.1" +VERSION := "1.2.2" TMPDIR := "/tmp/sammo-boat-$(VERSION)" venv: diff --git a/metadata.txt b/metadata.txt index a8016776..ed4cc004 100644 --- a/metadata.txt +++ b/metadata.txt @@ -2,7 +2,7 @@ name=Sammo-Boat description=Tool for megafauna observations from halieutic boats about=Tool for megafauna observations -version=1.2.1 +version=1.2.2 qgisMinimumVersion=3.16 author=Paul Blottière email=info@hytech-imaging.fr