From 30e44beaae38648dcc810dabbb8121df4cbf0ac2 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Sat, 4 Nov 2023 14:09:44 +0100 Subject: [PATCH] release v1.4.0 --- CHANGELOG.md | 6 ++++-- mix.exs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cefe0b9..ca43c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + + +## [1.4.0] - 2023-11-04 + ### Added - Added telemetry events to the Operator module - [#244](https://github.com/coryodaniel/bonny/pull/244) - - ## [1.3.0] - 2023-09-25 ### Changed diff --git a/mix.exs b/mix.exs index 751abd0..96d844a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,6 @@ defmodule Bonny.MixProject do use Mix.Project - @version "1.3.0" + @version "1.4.0" @source_url "https://github.com/coryodaniel/bonny" def project do