summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2020-09-13 12:03:20 +0200
committerJordan Bracco <href@random.sh>2020-09-13 12:03:20 +0200
commitbdb6c1667bf71b4de23446b43603dea9224ece22 (patch)
tree675475032f3c1378cf7020fb8610fed15d1afc80
parentSplit do_limit (diff)
Release 0.1.10.1.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--mix.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 292db69..d9871f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## [Unreleased]
+## [0.1.1] 2020-09-13
### Added
diff --git a/mix.exs b/mix.exs
index 237b2b9..df575d1 100644
--- a/mix.exs
+++ b/mix.exs
@@ -6,7 +6,7 @@ defmodule ConcurrentLimiter.MixProject do
[
app: :concurrent_limiter,
description: "A concurrency limiter",
- version: "0.1.0",
+ version: "0.1.1",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),