Skip to content

Commit

Permalink
chore(release): v1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2024-05-09)

### 🛠 Builds

* limit workflow concurrency ([549d7ef](549d7ef))

### 📚 Documentation

* configure ex_docs ([d7570d8](d7570d8))

### ♻️ Chores

* add badges to README.md ([256f1cd](256f1cd))
* rename elixir workflow as build ([2e0bd60](2e0bd60))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 549d7ef commit f39952d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f39952d

Please sign in to comment.