Skip to content

Commit

Permalink
Update CHANGELOG. Bump version (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: emmanuel.pinault <[email protected]>
  • Loading branch information
epinault and epinault authored Aug 16, 2023
1 parent fbec2d5 commit 2a80e7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.13.3-otp-24
erlang 24.2
erlang 25.3.2.2
elixir 1.14.5
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG

## v0.4.0 (2022-11-22)
## 0.5.0 (2023-08-16)

### Changed

* Support custom redix opts by @brentjanderson (#23)
* Updates some of the dependencies
## 0.4.0 (2022-11-22)

### Changed

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule RedisMutex.Mixfile do
use Mix.Project

@source_url "https://github.com/podium/redis_mutex"
@version "0.4.0"
@version "0.5.0"

def project do
[
Expand Down Expand Up @@ -40,8 +40,8 @@ defmodule RedisMutex.Mixfile do
[
main: "readme",
extras: [
"CHANGELOG.md",
{:"README.md", title: "Readme"}
{:"README.md", title: "Readme"},
"CHANGELOG.md"
],
source_url: @source_url,
source_ref: "v#{@version}",
Expand Down

0 comments on commit 2a80e7b

Please sign in to comment.