From 086aa0df8ba5578442dbc94c1817ebddf8472904 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 8 Apr 2022 14:08:34 +0200 Subject: [PATCH] Release 2.1.0-beta.2 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 5 +++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caad72a73..49baa3dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.0-beta.2 - 2022-04-08 + +Changes since beta.1 : +* Build release packages for several distributions (Debian Bullseye, Debian Buster, Ubuntu Focal, Ubuntu Bionic) because of libc version changes + ## 2.1.0-beta.1 - 2022-04-07 ### Added diff --git a/js/package.json b/js/package.json index 3e879f8cd..6f5c68f48 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "2.1.0-beta.1", + "version": "2.1.0-beta.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index ad4bc3f8e..a626f5067 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "2.1.0-beta.1" + @version "2.1.0-beta.2" def project do [