Skip to content

Commit

Permalink
Merge pull request #188 from pablosnt/release/1.5.1
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
pablosnt authored Mar 10, 2023
2 parents e4fa9a0 + 074c3a5 commit d70f2fa
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.1] - 2023-03-10

### Fixed

- Error during `executions-worker` build in Docker (https://github.com/pablosnt/rekono/issues/184)
- Error during database migration in Docker (https://github.com/pablosnt/rekono/issues/183)


## [1.5.0] - 2023-03-08

### Added
Expand Down
161 changes: 152 additions & 9 deletions rekono/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rekono/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekono",
"version": "1.5.0",
"version": "1.5.1",
"description": "Rekono is an automation platform that combines different hacking tools to complete pentesting processes",
"author": "Pablo Santiago López <rekono.project@gmail.com>",
"homepage": "https://github.com/pablosnt/rekono",
Expand Down
2 changes: 1 addition & 1 deletion rekono/rekono/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Rekono description
DESCRIPTION = 'Rekono is an automation platform that combines different hacking tools to complete pentesting processes'
VERSION = '1.5.0' # Rekono version
VERSION = '1.5.1' # Rekono version
TESTING = 'test' in sys.argv # Tests execution

################################################################################
Expand Down

0 comments on commit d70f2fa

Please sign in to comment.