Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Feb 24, 2023
1 parent 31beec2 commit 41239a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->

<!-- No new entries below this line! -->

## [1.1.1] - 2023-02-24

### Fixed

- `Bonny.Pluggable.Finalizer` - Remove finalizers from resource if they need to be removed.
- `Bonny.Axn` - Regression where descendants were not applied - [#192](https://github.com/coryodaniel/bonny/pull/192), [#191](https://github.com/coryodaniel/bonny/issues/191)

<!-- No new entries below this line! -->

## [1.1.0] - 2023-02-22

This release updates its dependency on `k8s` to a new major version (`2.x`). If
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Bonny.MixProject do
use Mix.Project
@version "1.1.0"
@version "1.1.1"
@source_url "https://github.com/coryodaniel/bonny"

def project do
Expand Down

0 comments on commit 41239a4

Please sign in to comment.