BUMP OF CHICKEN
authorlain <lain@soykaf.club>
Fri, 28 Jun 2019 15:15:44 +0000 (17:15 +0200)
committerlain <lain@soykaf.club>
Fri, 28 Jun 2019 15:15:44 +0000 (17:15 +0200)
1.0

CHANGELOG.md
mix.exs

index 447fa1700687e313e53113ae737a4a5e5043ea28..a65988991732fa270c1551f37c9410ffd3207680 100644 (file)
@@ -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]
+## [1.0.0] - 2019-06-29
 ### Security
 - Mastodon API: Fix display names not being sanitized
 - Rich media: Do not crawl private IP ranges
diff --git a/mix.exs b/mix.exs
index 5484c43ef53a299e5da4099b9bb02cbc523d04be..cf413f12bf66b84126fe685ca66ce838fcc22f99 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("0.9.0"),
+      version: version("1.0.0"),
       elixir: "~> 1.7",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),