Skip to content

Commit

Permalink
Clean up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Mar 8, 2022
1 parent e385fc9 commit fe16dcd
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ Version History

Latest:

## Mar 8, 2022:
### v1.0.1
**Key Updates**
- Add support for base32 skylinks.
- Add the endpoints needed for challenge-response login and registration.
- Allow changing of user's password via the PUT /user endpoint
- Add database-backed configuration options.
- Add an option for disabling new account registrations.
- BREAKING: All non-GET handlers now read their parameters from the request's body JSON instead of the form.
- Allow updating user's pubKey via two new endpoints - GET /user/pubkey/register and POST /user/pubkey/register.
- Remove the `GET /user/recover` endpoint in favour of the new `POST /user/recover/request` endpoint.

## Dec 15, 2021:
### v1.0.0
This version of accounts is a fully functional system on its own - no more reliance on ORY Kratos/Oathkeeper.

## Oct 28, 2021:
### v0.1.3
**Key Updates**
Expand Down
12 changes: 12 additions & 0 deletions changelog/changelog-tail.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Mar 8, 2022:
### v1.0.1
**Key Updates**
- Add support for base32 skylinks.
- Add the endpoints needed for challenge-response login and registration.
- Allow changing of user's password via the PUT /user endpoint
- Add database-backed configuration options.
- Add an option for disabling new account registrations.
- BREAKING: All non-GET handlers now read their parameters from the request's body JSON instead of the form.
- Allow updating user's pubKey via two new endpoints - GET /user/pubkey/register and POST /user/pubkey/register.
- Remove the `GET /user/recover` endpoint in favour of the new `POST /user/recover/request` endpoint.

## Oct 18, 2021:
### v0.1.2
**Other**
Expand Down
1 change: 0 additions & 1 deletion changelog/items/key-updates/base32.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/challenge_response.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/change_password.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/items/key-updates/disable_registrations_option.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/json_payloads.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/pubkey_update.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/recover_post.md

This file was deleted.

0 comments on commit fe16dcd

Please sign in to comment.