diff --git a/doc/changelog/changelog_v1.2.10.md b/doc/changelog/changelog_v1.2.10.md
new file mode 100644
index 0000000000000000000000000000000000000000..ab058333d39f25b9e352f66a3fc187ce8e0bd1e8
--- /dev/null
+++ b/doc/changelog/changelog_v1.2.10.md
@@ -0,0 +1,12 @@
+# Version v1.2.10
+
+## Settings
+- If Duniter node is down, settings cannot be stored locally - fix [#788](https://git.duniter.org/clients/cesium-grp/cesium/issues/788)
+
+## My account
+- Le nombre de notifications affiché est incorrect - fix [#745](https://git.duniter.org/clients/cesium-grp/cesium/issues/745)
+
+## Cesium+ features
+
+### Settings
+- Allow to use Cesium+ Pod in version v1.1.3+
\ No newline at end of file
diff --git a/doc/changelog/changelog_v1.3.0.md b/doc/changelog/changelog_v1.3.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..c1b6ae8bd38b3b33e8b967de61ea1ce26368a408
--- /dev/null
+++ b/doc/changelog/changelog_v1.3.0.md
@@ -0,0 +1,8 @@
+# Version v1.3.0
+
+## Desktop build
+
+- Upgrade to NW.js v0.35.0 
+- Better Duniter configuration detection (keyring and node)
+- Auto-login using keyring file at ~/.config/cesium/keyring.yml 
+- About popup: allow to open the DEV tools window - fix [#789](https://git.duniter.org/clients/cesium-grp/cesium/issues/789) 
diff --git a/release.sh b/release.sh
index 5dc6b266031f53971a61c6d4ab9d4673d09f54c2..0b0781430ae44de2ed388b65b76496f7c2a9af5a 100755
--- a/release.sh
+++ b/release.sh
@@ -54,7 +54,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
 
   # Load env.sh if exists
   if [[ -f "${DIRNAME}/env.sh" ]]; then
-    source ${DIRNAME}/env.sh
+    source ${DIRNAME}/env.sh $*
   fi
 
   # Check the Java version