Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Jun 13, 2023
1 parent c462152 commit ec81019
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [1.2.0] - 2023-06-13

## Changed

- Start leader election by default - [#195](https://github.com/coryodaniel/bonny/pull/195)

## Fixed

- `mix bonny.gen.manifest` - Merge RBAC rules for the same resources - [#213](https://github.com/coryodaniel/bonny/pull/213)
- Compile time dependency at runtime - [#212](https://github.com/coryodaniel/bonny/pull/212)

## Changed

- Start leader election by default - [#195](https://github.com/coryodaniel/bonny/pull/195)
<!-- No new entries below this line! -->

## [1.1.3] - 2023-04-09

Expand All @@ -38,8 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Upgrade k8s to 2.1.1

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

## [1.1.1] - 2023-02-24

### Fixed
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.3"
@version "1.2.0"
@source_url "https://github.com/coryodaniel/bonny"

def project do
Expand Down

0 comments on commit ec81019

Please sign in to comment.