Skip to content

Commit

Permalink
chore: 2.7.0-rc1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Mar 2, 2024
1 parent 625ff52 commit 85b1017
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.7.0-rc1](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.7.0-rc1) (2023-09-13, pre-release)

### 🐛 Corrections

* Prise en compte du paramètre 'additional_fields' lors de la synchronisation des données concernant
les champs additionnels (https://github.com/PnX-SI/gn_mobile_occtax/issues/122).

### ⚠️ Notes de version

* Code de version : 3221

## [2.7.0-rc0](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.7.0-rc0) (2023-09-03, pre-release)

### 🚀 Nouveautés
Expand Down
4 changes: 2 additions & 2 deletions occtax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "fr.geonature.occtax2"
minSdkVersion 26
targetSdkVersion 33
versionCode 3217
versionName "2.7.0-rc0"
versionCode 3221
versionName "2.7.0-rc1"
buildConfigField "String", "BUILD_DATE", "\"" + new Date().getTime() + "\""
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = project.name + "-" + versionName
Expand Down

0 comments on commit 85b1017

Please sign in to comment.