Skip to content

Commit

Permalink
chore: release v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 1, 2023
1 parent 48785bf commit 098b1ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.16]

### Changed

- Bump max supported OTP version: 25.3 -> 26.0.2

## [0.1.15]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set dotenv-load

# VARIABLES #
default_cpu_arch := "x86_64"
newest_supported_otp := "25.3"
newest_supported_otp := "26.0.2"
image_name := "arcanemachine/phoenix-todo-list"

# colors
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule TodoList.MixProject do
def project do
[
app: :todo_list,
version: "0.1.15",
version: "0.1.16",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 098b1ad

Please sign in to comment.