From b74397566b491c7ccc2f816b0b1c03a7cb16986b Mon Sep 17 00:00:00 2001 From: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:23:23 +0200 Subject: [PATCH] bump --- .github/CHANGELOG.md | 6 ++++++ docker/.version | 2 +- docs/source/schema.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index fa51eae2..2896a4fc 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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. diff --git a/docker/.version b/docker/.version index 428545f8..e42638a6 100644 --- a/docker/.version +++ b/docker/.version @@ -1 +1 @@ -REACT_APP_GREEDYBEAR_VERSION="v1.2.0" \ No newline at end of file +REACT_APP_GREEDYBEAR_VERSION="v1.2.1" \ No newline at end of file diff --git a/docs/source/schema.yml b/docs/source/schema.yml index 6a35fdaf..69a8e165 100644 --- a/docs/source/schema.yml +++ b/docs/source/schema.yml @@ -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: