Skip to content

Commit

Permalink
chore: prepare 1.5.0 release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Apr 2, 2024
1 parent af7f467 commit 0c06f45
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
10 changes: 10 additions & 0 deletions READ_BEFORE_UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Update Notes

## eduMFA 1.5.0

* feat: api: set tokeninfo on init by @j-hoff in https://github.com/eduMFA/eduMFA/pull/36
* feat: add ubuntu packages by @Luc1412 in https://github.com/eduMFA/eduMFA/pull/13
* feat: log passkey usage by @fritterhoff in https://github.com/eduMFA/eduMFA/pull/30
* feat: allow customization of passkey label by @fritterhoff in https://github.com/eduMFA/eduMFA/pull/42
* feat: more detailed logging for eduMFA migration script by @fritterhoff in https://github.com/eduMFA/eduMFA/pull/44
* fix: add missing flask-migrate logging by @fritterhoff in https://github.com/eduMFA/eduMFA/pull/41
* fixed typo: Atttributes -> Attributes by @linuxrrze in https://github.com/eduMFA/eduMFA/pull/43

## eduMFA 1.4.0

* ci: fix branch names by @fritterhoff in https://github.com/eduMFA/eduMFA/pull/22
Expand Down
12 changes: 12 additions & 0 deletions deploy/ubuntu/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
edumfa (1.5.0{{CODENAME}}) {{CODENAME}}; urgency=medium

* feat: api: set tokeninfo on init by
* feat: add ubuntu packages
* feat: log passkey usage
* feat: allow customization of passkey label
* feat: more detailed logging for eduMFA migration script
* fix: add missing flask-migrate logging
* fixed typo: Atttributes -> Attributes

-- eduMFA <edumfa-dev@listserv.dfn.de> Tue, 02 Apr 2024 07:00:00 +0100

edumfa (1.4.0{{CODENAME}}) {{CODENAME}}; urgency=medium

* feat: smstoken: add configurable URL which is called after check, extend test
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# built documents.
#
# The short X.Y version.
version = '1.4.0'
version = '1.5.0'
# The full version, including alpha/beta/rc tags.
#release = '2.16dev5'
release = version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import stat
import sys

VERSION = "1.4.0"
VERSION = "1.5.0"

# Taken from kennethreitz/requests/setup.py
package_directory = os.path.realpath(os.path.dirname(__file__))
Expand Down

0 comments on commit 0c06f45

Please sign in to comment.