Skip to content

Commit

Permalink
chore: 2.2.0-rc3 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed May 24, 2022
1 parent f7ff09a commit de53286
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0-rc3](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.2.0-rc3) (2022-05-24, pre-release)

### 🐛 Corrections

* Rendre "cliquable" l'indicateur de sélection des listes déroulantes (https://github.com/PnX-SI/gn_mobile_occtax/issues/158).
* Prise en compte du fuseau horaire sur les champs date lors de l'envoi d'un relevé (https://github.com/PnX-SI/gn_mobile_occtax/issues/104).
* Prise en compte du dénombrement réalisé par taxon dans le récapitulatif.

### ⚠️ Notes de version

* Code de version : 2965

## [2.2.0-rc2](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.2.0-rc2) (2022-05-23, pre-release)

### 🐛 Corrections
Expand Down
2 changes: 1 addition & 1 deletion occtax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'kotlin-kapt'
}

version = "2.2.0-rc2"
version = "2.2.0-rc3"

android {
compileSdkVersion 31
Expand Down
4 changes: 2 additions & 2 deletions occtax/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon May 23 13:11:37 CEST 2022
VERSION_CODE=2945
#Tue May 24 13:22:24 CEST 2022
VERSION_CODE=2965

0 comments on commit de53286

Please sign in to comment.