Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
docs(Release): Release v0.1.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Feb 1, 2019
1 parent ef846a0 commit 3db0f5e
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,36 @@
## [Unreleased]


<a name="v0.1.2-alpha"></a>
## [v0.1.2-alpha] - 2019-02-01
### Docs
- **changelog:** Use `git-chglog` to generate CHANGELOG.md

### Feat
- **Login:** Add Support for max login ip test to avoid floor attack
- **User:** User can manager their own sessions

### Fix
- **Auth:** Fix may redirect twice in `/auth/login`
- **Auth:** Fix Login redirect too much

### Refactor
- **Table:** use `agent` to replace `browser` and `platform`

### Style
- **Admin Panel:** replace _ to backspace in render

### BREAKING CHANGE

Structure of Table `users_session_log` Change


<a name="v0.1.1-alpha"></a>
## [v0.1.1-alpha] - 2019-01-31

<a name="v0.1.0-alpha"></a>
## v0.1.0-alpha - 2019-01-30

[Unreleased]: https://github.com/Rhilip/ridpt/compare/v0.1.1-alpha...HEAD
[Unreleased]: https://github.com/Rhilip/ridpt/compare/v0.1.2-alpha...HEAD
[v0.1.2-alpha]: https://github.com/Rhilip/ridpt/compare/v0.1.1-alpha...v0.1.2-alpha
[v0.1.1-alpha]: https://github.com/Rhilip/ridpt/compare/v0.1.0-alpha...v0.1.1-alpha

0 comments on commit 3db0f5e

Please sign in to comment.