prepare for 2.2.0 release

This commit is contained in:
Tao Bror Bojlén 2019-07-24 19:37:32 +03:00
parent 58a549de0f
commit 99a6dc2023
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
3 changed files with 8 additions and 4 deletions

View File

@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- It is now possible to color code the graph by instance type (e.g. Mastodon, Pleroma, etc.)
### Changed
### Deprecated
@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [2.2.0 - 2019-07-24]
### Added
- It is now possible to color code the graph by instance type (e.g. Mastodon, Pleroma, etc.)
## [2.1.0 - 2019-07-24]
### Added

View File

@ -4,7 +4,7 @@ defmodule Backend.MixProject do
def project do
[
app: :backend,
version: "2.1.0",
version: "2.2.0",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development react-scripts start",