Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Jun 8, 2023
1 parent 83dd080 commit b743975
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## [v1.2.1](https://github.com/honeynet/GreedyBear/releases/tag/v1.2.1)
* Fixes and adjusts in the "Feeds Page"
* Added verification of Registration Setup
* Adjusted management of frontend env variables
* Fixed General Honeypots name extraction in the Enrichment APIs

## [v1.2.0](https://github.com/honeynet/GreedyBear/releases/tag/v1.2.0)
**New features**
* Added a new "Registration" page to allow people to register to the service.
Expand Down
2 changes: 1 addition & 1 deletion docker/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_GREEDYBEAR_VERSION="v1.2.0"
REACT_APP_GREEDYBEAR_VERSION="v1.2.1"
2 changes: 1 addition & 1 deletion docs/source/schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: GreedyBear API specification
version: 1.2.0
version: 1.2.1
paths:
/api/apiaccess:
get:
Expand Down

0 comments on commit b743975

Please sign in to comment.