Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Dec 22, 2021
1 parent 1fe164b commit f6d01c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.1.1 ( Dec 22, 2021 )

- Server
- Use [Argon2](https://en.wikipedia.org/wiki/Argon2) instead of SHA-256 for authentication process
- Common Weakness Enumeration: [CWE-327](https://cwe.mitre.org/data/definitions/327.html).
- Common Weakness Enumeration: [CWE-328](https://cwe.mitre.org/data/definitions/328.html).
- Common Weakness Enumeration: [CWE-916](https://cwe.mitre.org/data/definitions/916.html).
- Admin
- Fix logout problem
- Client
- Fix style problems for some CMS platforms

# 1.1.0 ( Sep 1, 2020 )

- Server
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='nikas',
version='1.1.0',
version='1.1.1',
author='Arash Hatami',
author_email='[email protected]',
packages=find_packages(),
Expand All @@ -43,7 +43,7 @@
"Programming Language :: Python :: 3.8"
],
install_requires=requires,
setup_requires=["cffi>=1.3.0"],
setup_requires=["cffi>=1.3.0", "argon2-cffi>=21.3.0"],
entry_points={
'console_scripts':
['nikas = nikas:main'],
Expand Down
2 changes: 1 addition & 1 deletion version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit f6d01c9

Please sign in to comment.