Skip to content

Commit

Permalink
Bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed May 22, 2023
1 parent 2d243ed commit d7284f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,26 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.4.0](https://github.com/airbus-cyber/iris-httpsend-module/compare/0.3.0...0.4.0)
### Features
* added mandatory configuration parameter url
* updated DFIR-IRIS version to v2.1.0
* added a patch so that users created from ldap are automatically added to the `analyst` group


## [0.3.0](https://github.com/airbus-cyber/iris-httpsend-module/compare/0.2.0...0.3.0)
### Features
* updated DFIR-IRIS version to v2.0.0


## [0.2.0](https://github.com/airbus-cyber/iris-httpsend-module/compare/0.1.0...0.2.0)
### Features
* updated DFIR-IRIS version to v2.0.0-beta-3
* dockers are now tagged with the DFIR-IRIS version
* renamed docker iris iris-web_db into iriswebapp_db


## [0.1.0](https://github.com/airbus-cyber/iris-httpsend-module/commits/0.1.0)
### Features
* first version of the module which registers on all postload hooks to log some information about the data
Expand Down
2 changes: 1 addition & 1 deletion iris_httpsend_module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

VERSION = '0.3.0'
VERSION = '0.4.0'

__iris_module_interface = "IrisHttpSendInterface"

0 comments on commit d7284f0

Please sign in to comment.