Skip to content

Commit e106ec6

Browse files
Add Changelog
1 parent 9afd226 commit e106ec6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Release history
22

3-
### 0.3.0 - beta1 (2021-08-23)
3+
### 0.3.1 - beta2 (2022-12-10)
4+
5+
Minor bugfix release. Documentation being updated.
6+
7+
8+
### 0.3.0 - beta1 (2022-12-04)
49

510
Besides outdated documentation, Raider is now ready to be considered a
611
beta quality software. Many things have changed, and many are still

raider/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__title__ = "raider"
2020
__description__ = "Authentication testing tool"
21-
__version__ = "0.3.0"
21+
__version__ = "0.3.1"
2222
__author__ = "Daniel Neagaru"
2323
__author_email__ = "daniel@digeex.de"
2424
__license__ = "GPLv3+"

0 commit comments

Comments
 (0)