From 2f368b44cab5d423369e5f7ae10f80a648bfb171 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 22 Dec 2022 18:11:49 +0100 Subject: [PATCH] Release 3.0.3 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 6 ++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5aef1ee..1b0e63151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## 3.0.3 - 2022-12-22 + +### Fixed + +- Add missing OpenSSL 1.1 in Docker image + ## 3.0.2 - 2022-12-22 ### Fixed diff --git a/js/package.json b/js/package.json index a11e9013c..9d1585ca1 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.2", + "version": "3.0.3", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index 16c36ffe6..ba4d8f610 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.2" + @version "3.0.3" def project do [