From 3399044dec6a81ce146ea01092f0aac9519562b6 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Sat, 2 Mar 2024 12:34:16 +0100 Subject: [PATCH] Release 0.11.0 --- CHANGELOG.md | 6 +++++- mix.exs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c400e..5249a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## [Unreleased] +## [0.11.0] - 2024-03-02 + - Require Elixir 1.13 +- Upgrade rustler from 0.28 to 0.31 ## [0.10.0] - 2023-05-25 @@ -122,7 +125,8 @@ ## [0.1.0] - 2018-03-31 -[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.10.0...HEAD +[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/adriankumpf/arb-ex/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/adriankumpf/arb-ex/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/adriankumpf/arb-ex/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/adriankumpf/arb-ex/compare/v0.8.0...v0.8.1 diff --git a/mix.exs b/mix.exs index 8f3acee..03fecab 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Arb.MixProject do def project do [ app: :arb, - version: "0.10.0", + version: "0.11.0", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, compilers: Mix.compilers(),