Skip to content

Commit

Permalink
Prep for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed Sep 29, 2023
1 parent 90215de commit ad47da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master

## v4.0.4 [2023-09-29]

- [Improved] Updated all the dependencies
- [Improved] Varies small fixes and improvements

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -2,13 +2,13 @@ defmodule OPQ.Mixfile do
use Mix.Project

@source_url "https://github.com/fredwu/opq"
@version "4.0.3"
@version "4.0.4"

def project do
[
app: :opq,
version: @version,
elixir: "~> 1.5",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
name: "OPQ: One Pooled Queue",
Expand Down

0 comments on commit ad47da3

Please sign in to comment.