diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ecee9..190aee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [0.7.10] - 2024-07-07 +### Changed +- Update libs + ## [0.7.9] - 2021-07-26 ### Added - Ability to run custom function before starting, thanks @mitjok https://github.com/cogini/mix_deploy/pull/14 diff --git a/mix.exs b/mix.exs index 6c8071f..c6b6c4a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule MixDeploy.MixProject do use Mix.Project @github "https://github.com/cogini/mix_deploy" - @version "0.8.0" + @version "0.7.10" def project do [