diff --git a/CHANGELOG.md b/CHANGELOG.md index b9eb96fa1..d01e0349c 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.0-rc.5 - 2022-11-06 + +### Changed + +- Allow release build failures in CI for all non-amd64 architectures + ## 3.0.0-rc.4 - 2022-11-06 ### Changed diff --git a/js/package.json b/js/package.json index 6c2596c78..9b503635d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.0-rc.4", + "version": "3.0.0-rc.5", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index c8eb7e8a8..8e1037401 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.0-rc.4" + @version "3.0.0-rc.5" def project do [