Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed May 18, 2021
1 parent 4c6421d commit 56aba60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
ChangeLog
===============================================================================

`v0.5.6`_ (2021-05-18)
----------------------

- Add config option to replace unexpired password tokens
- Add email flag to resetpw command
- Relax CSP settings to allow inline images and js
- Add change expired password login flow

`v0.5.5`_ (2021-03-25)
----------------------

- Add security related HTTP headers #55
- Upgrade to latest hydra sdk. Tested against hydra v1.9.2
Expand Down Expand Up @@ -97,3 +106,4 @@ ChangeLog
.. _v0.5.3: https://github.com/ubccr/mokey/releases/tag/v0.5.3
.. _v0.5.4: https://github.com/ubccr/mokey/releases/tag/v0.5.4
.. _v0.5.5: https://github.com/ubccr/mokey/releases/tag/v0.5.5
.. _v0.5.6: https://github.com/ubccr/mokey/releases/tag/v0.5.6
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
app.Name = "mokey"
app.Authors = []cli.Author{cli.Author{Name: "Andrew E. Bruno", Email: "aebruno2@buffalo.edu"}}
app.Usage = "mokey"
app.Version = "0.5.5"
app.Version = "0.5.6"
app.Flags = []cli.Flag{
&cli.StringFlag{Name: "conf,c", Usage: "Path to conf file"},
&cli.BoolFlag{Name: "debug,d", Usage: "Print debug messages"},
Expand Down
9 changes: 8 additions & 1 deletion mokey.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

%changelog
* Tue May 18 2021 Andrew E. Bruno <aebruno2@buffalo.edu> 0.5.6-1
- New Features
- Add config option to replace unexpired password tokens
- Add email flag to resetpw command
- Add change expired password login flow
- Bug Fixes
- Relax CSP settings to allow inline images and js
* Thu Mar 25 2021 Andrew E. Bruno <aebruno2@buffalo.edu> 0.5.5-1
- New Features
- Add security related HTTP headers #55
Expand Down

0 comments on commit 56aba60

Please sign in to comment.