Skip to content

Commit

Permalink
Set version to 0.70.1 (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Sep 26, 2022
1 parent d5e5177 commit 6c91749
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '0.70'
# The full version, including alpha/beta/rc tags.
release = '0.70.0'
release = '0.70.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
16 changes: 16 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.70.1.rst
@@ -0,0 +1,16 @@
.. _rel-0.70.1:

Release 0.70.1
==============

Welcome to Zotonic 0.70.1, released on September 26, 2022.

This is a patch release that fixes a problem where extra identities were not
correctly added for repeated authentications with third-party services.

Commits since 0.70.0
--------------------

Rob van den Bogaard (1):

* Fix identity set by type (#3138)
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

%% Release number
-define(ZOTONIC_VERSION, "0.70.0").
-define(ZOTONIC_VERSION, "0.70.1").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.70.0"},
{vsn, "0.70.1"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 6c91749

Please sign in to comment.