Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 19, 2019
1 parent 8a40252 commit 4dda0ba
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
MOSP Changelog
==============

## 0.10 (2019-12-19)

- added token based authentication for the API. Documentation is available:
https://github.com/CASES-LU/MOSP-documentation/blob/master/index.adoc#using-the-api
- the project is now using poetry.


## 0.9 (2019-12-12)

- major improvements to the structure of the backend and to the models;
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MOSP",
"version": "0.9.0",
"version": "0.10.0",
"description": "A platform for creating, editing and sharing JSON objects.",
"private": true,
"scripts": {
Expand Down
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.9.0"
version = "0.10.0"
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 4dda0ba

Please sign in to comment.