Bump versions
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 10 Dec 2022 14:50:02 +0000 (14:50 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 10 Dec 2022 14:50:02 +0000 (14:50 +0000)
CHANGELOG.md
mix.exs

index e2737611cc5acbc4c26d8163ea35c4c6f85db15b..bf5513fbb3c00c5bc50c970e515a8443c018f753 100644 (file)
@@ -4,7 +4,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
+## 2022.12
 
 ## Added
 - Config: HTTP timeout options, :pool\_timeout and :receive\_timeout
diff --git a/mix.exs b/mix.exs
index 69b708572199323a92d3226ff80cc13ccff91e60..39cb4b5acadf1171fe08f7262f7bda3aacd7dfd2 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("3.4.0"),
+      version: version("3.5.0"),
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),