Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Jul 15, 2020
1 parent cb0fb1a commit e8f6ad5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
ChangeLog
===============================================================================

`v0.5.4`_ (2020-07-14)
----------------------

- Fix bug with missing set-cookie header issue #53

`v0.5.3`_ (2019-10-29)
----------------------

Expand Down Expand Up @@ -81,3 +86,4 @@ ChangeLog
.. _v0.5.1: https://github.com/ubccr/mokey/releases/tag/v0.5.1
.. _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
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: "[email protected]"}}
app.Usage = "mokey"
app.Version = "0.5.3"
app.Version = "0.5.4"
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
13 changes: 12 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.3
Version: 0.5.4
Release: 1%{?dist}
License: BSD
Group: Applications/Internet
Expand Down Expand Up @@ -72,6 +72,17 @@ rm -rf %{buildroot}
%attr(644,root,root) %{_usr}/lib/systemd/system/%{name}.service

%changelog
* Tue Jul 07 2020 Andrew E. Bruno <[email protected]> 0.5.4-1
- Bug Fixes
- Fix bug with missing set-cookie header issue #53
* Tue Oct 29 2019 Andrew E. Bruno <[email protected]> 0.5.3-1
- New Features
- Update Login/Conset flow for hydra v1.0.3+oryOS.10
- Add support for SMTP AUTH (@cdwertmann)
- Implement fully encrypted SMTP connection (@g5pw)
- Upgrade to echo v4
- Bug Fixes
- Fix bug if session keys change or session gets corrupted
* Wed Sep 12 2018 Andrew E. Bruno <[email protected]> 0.5.2-1
- New Features
- Add option to disable user signup
Expand Down

0 comments on commit e8f6ad5

Please sign in to comment.