diff --git a/README.md b/README.md
index 77f60fa95ac82e584cdf4decb2006239d484b738..167fda8f6096d58e8c6c85e2a9316b154137f275 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ along with Execo.  If not, see <http://www.gnu.org/licenses/>
 Versions
 ========
 
-latest stable version: v2.6.7 (2021-09-28)
+latest stable version: v2.6.8 (2021-11-17)
 
 Installation instructions
 =========================
diff --git a/debian/changelog b/debian/changelog
index 05a4b223c73d876e188823820907f2afea83a1e3..a7c8fbc4ebfda8dbc499264c38ac2bb7be40bf42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-execo (2.6.8) unstable; urgency=low
+
+  * new upstream release:
+
+    - [execo_g5k] get_oar_job_nodes use network_address instead of host (to prepare change in oar)
+
+ -- Matthieu Imbert <matthieu.imbert@inria.fr>  Tue, 17 Nov 2021 09:53:00 +0100
+
 python-execo (2.6.7) unstable; urgency=low
 
   * new upstream release:
diff --git a/doc/userguide.rst b/doc/userguide.rst
index b16e71e9f3b7edc3ef98c916a6a069cf0a02b766..ac4da10cd98530908b42756fdb39a0d4af60ac96 100644
--- a/doc/userguide.rst
+++ b/doc/userguide.rst
@@ -18,9 +18,9 @@ with packages managed by your distribution package manager.
 
 - Install from a release tar.gz package::
 
-   $ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.6.7.tar.gz
-   $ tar xzf execo-2.6.7.tar.gz
-   $ cd execo-2.6.7/
+   $ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.6.8.tar.gz
+   $ tar xzf execo-2.6.8.tar.gz
+   $ cd execo-2.6.8/
    $ python setup.py install --user
 
 - Or install from source repository if you want the very latest
@@ -40,7 +40,7 @@ with packages managed by your distribution package manager.
 
 - Or install from debian package::
 
-   $ dpkg -i python-execo_2.6.7_all.deb
+   $ dpkg -i python-execo_2.6.8_all.deb
 
 Configuration
 =============