Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Mar 25, 2021
1 parent 34744f3 commit 9903897
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
ChangeLog
===============================================================================

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

- Add security related HTTP headers #55
- Upgrade to latest hydra sdk. Tested against hydra v1.9.2
- Verify nsaccountlock before sending password reset email @cmd-ntrf
- Add option to require admin verification to enable new account @cmd-ntrf
- Restrict username to lowercase and not only number when signing up @cmd-ntrf
- Add option to always skip consent in hydra login flow @isard-vdi

`v0.5.4`_ (2020-07-14)
----------------------
Expand Down Expand Up @@ -94,3 +96,4 @@ ChangeLog
.. _v0.5.2: https://github.com/ubccr/mokey/releases/tag/v0.5.2
.. _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
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.4"
app.Version = "0.5.5"
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
11 changes: 10 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.4
Version: 0.5.5
Release: 1%{?dist}
License: BSD
Group: Applications/Internet
Expand Down Expand Up @@ -72,6 +72,15 @@ rm -rf %{buildroot}
%attr(644,root,root) %{_usr}/lib/systemd/system/%{name}.service

%changelog
* Thu Mar 25 2021 Andrew E. Bruno <aebruno2@buffalo.edu> 0.5.5-1
- New Features
- Add security related HTTP headers #55
- Upgrade to latest hydra sdk. Tested against hydra v1.9.2
- Add option to require admin verification to enable new account @cmd-ntrf
- Add option to always skip consent in hydra login flow @isard-vdi
- Bug Fixes
- Verify nsaccountlock before sending password reset email @cmd-ntrf
- Restrict username to lowercase and not only number when signing up @cmd-ntrf
* Tue Jul 07 2020 Andrew E. Bruno <aebruno2@buffalo.edu> 0.5.4-1
- Bug Fixes
- Fix bug with missing set-cookie header issue #53
Expand Down

0 comments on commit 9903897

Please sign in to comment.