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