Skip to content

Commit 1e56fbc

Browse files
committed
Prep v4.0.1
1 parent f39cb5e commit 1e56fbc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## master
44

5-
## v4.0.0
5+
## v4.0.1 [2021-10-14]
6+
7+
- [Fixed] Wrong link to the project
8+
9+
## v4.0.0 [2021-10-14]
610

711
- [Added] `OPQ.Queue` wraps `:queue` and implements `Enumerable`
812

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule OPQ.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/fredwu/opq"
5-
@version "4.0.0"
5+
@version "4.0.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)