From 0a120436ea0ab6758394ae488ff0f24ed8382ff6 Mon Sep 17 00:00:00 2001 From: Darren Gegantino Date: Mon, 27 May 2024 13:00:46 +0800 Subject: [PATCH] Update version to 1.2.3 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d2a32..ececa21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.3] - 2024-05-27 + +### Changed + +- Add parenthesis to invoked deps/0 function +- Update dependencies + ## [1.2.2] - 2023-08-08 ### Changed diff --git a/mix.exs b/mix.exs index 90b9f27..901a718 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Drill.MixProject do def project do [ app: :drill, - version: "1.2.2", + version: "1.2.3", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, aliases: aliases(),