-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG.txt
52 lines (44 loc) · 1.14 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Change Log
==========
1.0 (31/03/2022)
-------------------
- First Release
1.1 (01/04/2022)
------------------------
- Bump version to 1.1
- Update documentation
1.2 (02/04/2022)
-----------------------------
- Rename app to rest_routes
- Update documentation
- Bump version to 1.2
- Fix ModuleNotFound error
1.2.1 (02/04/2022)
----------------------------------
- Removed djangoresetpassword app
- Update documentation
1.2.2 (03/04/2022)
------------------------------
- Bump version to 1.2.2
- Add User model to admin
- Include SALT_KEY for OTP hashing
- Update documentation
- Change response (success and error) messages
1.2.3 (19/06/2022)
------------------------------
- Bump version to 1.2.3
- Worked on the suspend user functionality
- Refactor Oniichan to User
- Update documentation
1.2.4 (23/06/2022)
------------------------------
- Set phone_number field to be nullable
- Integrate django-sotp and include in install_requires
- Update README.md
- Bump version to 1.2.4
1.2.5 (22/08/2022)
-------------------------------
- Added field level validation to serializers
- Document APIs with swagger (openapi)
- Update README.md
- Bump version to 1.2.5