Release 0.1.1

This commit is contained in:
Jordan Bracco 2020-09-13 12:03:20 +02:00
parent d81be41024
commit 7cfb7fc535
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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(),