Skip to content

Commit

Permalink
Updated relases notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Apr 9, 2020
1 parent ec3adf0 commit 3abbe4b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
MOSP Changelog
==============

## 0.12 (2020-04-09)

### News

- added email attribute for users;
- added password recovery feature;
- added a view which returns the definition of a schema (text/plain). This is
used for external references in JSON schemas.

### Improvements

- improved generation of MISP clusters from an object: all values (properties)
not directly useful for the context of the current schema in MONARC are
assigned to the key 'meta';
- migrate form Flask-Script to the built-in integration of the click command
line interface of Flask;
- updated JSON-editor for the JSON objects and added a new simple editor for the
JSON schemas;
- various minor improvements and bug fixes.


## 0.11 (2020-02-03)

- fixed an issue related to the authentication via the API (which is used by
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mosp"
version = "0.11.0"
version = "0.12"
description = "A platform for creating, editing and sharing JSON objects."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 3abbe4b

Please sign in to comment.