From 5ae8affe1b1ee68c9c13e1fc9c7766a999c5411e Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Sat, 4 Feb 2023 10:47:01 +0100 Subject: [PATCH] release 1.0.1 --- CHANGELOG.md | 12 +++++++----- mix.exs | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243a4c0..40ee9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Fixed - -- Initialized application calls the wrong function to initialize conn - [#181](https://github.com/coryodaniel/bonny/pull/181) -- Don't add operator to supervision tree in `:test` env per default - [#182](https://github.com/coryodaniel/bonny/issues/182) - +## [1.0.1] - 2023-02-04 + +### Fixed + +- Initialized application calls the wrong function to initialize conn - [#181](https://github.com/coryodaniel/bonny/pull/181) +- Don't add operator to supervision tree in `:test` env per default - [#182](https://github.com/coryodaniel/bonny/issues/182) + ## [1.0.0] - 2022-11-28 With Version 1.0.0, Bonny got a thorough refactoring. Besides this changelog, diff --git a/mix.exs b/mix.exs index 1269cc2..5a7eb3b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,6 @@ defmodule Bonny.MixProject do use Mix.Project - @version "1.0.0" + @version "1.0.1" @source_url "https://github.com/coryodaniel/bonny" def project do