From f39952d605dd74d763ac5fad2d7cdbd1e1da0949 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 May 2024 18:14:10 +0000 Subject: [PATCH] chore(release): v1.0.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.5](https://github.com/efcasado/uof_api/compare/v1.0.4...v1.0.5) (2024-05-09) ### 🛠 Builds * limit workflow concurrency ([549d7ef](https://github.com/efcasado/uof_api/commit/549d7efb2a6b9e6eae50812af172e0e43a9a5eef)) ### 📚 Documentation * configure ex_docs ([d7570d8](https://github.com/efcasado/uof_api/commit/d7570d80ce1685cafab3ac19c06f8fdf79234418)) ### ♻️ Chores * add badges to README.md ([256f1cd](https://github.com/efcasado/uof_api/commit/256f1cdf1f5ac87ebb4e32e6ada0e6957dde099c)) * rename elixir workflow as build ([2e0bd60](https://github.com/efcasado/uof_api/commit/2e0bd60ccaae0a33eb1c1a044c964ad5f6fc7f9b)) --- CHANGELOG.md | 18 ++++++++++++++++++ mix.exs | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae253a..a650bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [1.0.5](https://github.com/efcasado/uof_api/compare/v1.0.4...v1.0.5) (2024-05-09) + + +### 🛠 Builds + +* limit workflow concurrency ([549d7ef](https://github.com/efcasado/uof_api/commit/549d7efb2a6b9e6eae50812af172e0e43a9a5eef)) + + +### 📚 Documentation + +* configure ex_docs ([d7570d8](https://github.com/efcasado/uof_api/commit/d7570d80ce1685cafab3ac19c06f8fdf79234418)) + + +### ♻️ Chores + +* add badges to README.md ([256f1cd](https://github.com/efcasado/uof_api/commit/256f1cdf1f5ac87ebb4e32e6ada0e6957dde099c)) +* rename elixir workflow as build ([2e0bd60](https://github.com/efcasado/uof_api/commit/2e0bd60ccaae0a33eb1c1a044c964ad5f6fc7f9b)) + ## [1.0.4](https://github.com/efcasado/uof_api/compare/v1.0.3...v1.0.4) (2024-05-09) diff --git a/mix.exs b/mix.exs index e3d72df..0ae0329 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule UofApi.MixProject do def project do [ app: :uof_api, - version: "1.0.4", + version: "1.0.5", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, description: description(),