Skip to content
Snippets Groups Projects
Commit 3508ae70 authored by rinpatch's avatar rinpatch
Browse files

version bump changelog and mix version

parent 69a85e9c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [2.0.0] - 2019-03-08
### Security
- Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request.
......
......@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
version: version("1.1.50"),
version: version("2.0.0"),
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment