Skip to content

Commit 56aba60

Browse files
committed
Bump version
1 parent 4c6421d commit 56aba60

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

ChangeLog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
ChangeLog
33
===============================================================================
44

5+
`v0.5.6`_ (2021-05-18)
6+
----------------------
7+
8+
- Add config option to replace unexpired password tokens
9+
- Add email flag to resetpw command
10+
- Relax CSP settings to allow inline images and js
11+
- Add change expired password login flow
12+
513
`v0.5.5`_ (2021-03-25)
14+
----------------------
615

716
- Add security related HTTP headers #55
817
- Upgrade to latest hydra sdk. Tested against hydra v1.9.2
@@ -97,3 +106,4 @@ ChangeLog
97106
.. _v0.5.3: https://github.com/ubccr/mokey/releases/tag/v0.5.3
98107
.. _v0.5.4: https://github.com/ubccr/mokey/releases/tag/v0.5.4
99108
.. _v0.5.5: https://github.com/ubccr/mokey/releases/tag/v0.5.5
109+
.. _v0.5.6: https://github.com/ubccr/mokey/releases/tag/v0.5.6

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func main() {
2626
app.Name = "mokey"
2727
app.Authors = []cli.Author{cli.Author{Name: "Andrew E. Bruno", Email: "[email protected]"}}
2828
app.Usage = "mokey"
29-
app.Version = "0.5.5"
29+
app.Version = "0.5.6"
3030
app.Flags = []cli.Flag{
3131
&cli.StringFlag{Name: "conf,c", Usage: "Path to conf file"},
3232
&cli.BoolFlag{Name: "debug,d", Usage: "Print debug messages"},

mokey.spec

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: FreeIPA self-service account managment tool
55
Name: mokey
6-
Version: 0.5.5
6+
Version: 0.5.6
77
Release: 1%{?dist}
88
License: BSD
99
Group: Applications/Internet
@@ -72,6 +72,13 @@ rm -rf %{buildroot}
7272
%attr(644,root,root) %{_usr}/lib/systemd/system/%{name}.service
7373

7474
%changelog
75+
* Tue May 18 2021 Andrew E. Bruno <[email protected]> 0.5.6-1
76+
- New Features
77+
- Add config option to replace unexpired password tokens
78+
- Add email flag to resetpw command
79+
- Add change expired password login flow
80+
- Bug Fixes
81+
- Relax CSP settings to allow inline images and js
7582
* Thu Mar 25 2021 Andrew E. Bruno <[email protected]> 0.5.5-1
7683
- New Features
7784
- Add security related HTTP headers #55

0 commit comments

Comments
 (0)