Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Sep 7, 2022
1 parent 117fa28 commit 616e066
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/stordco/kafee/compare/v1.0.1...v1.0.2) (2022-09-07)


### Bug Fixes

* add org to mix.exs package block ([117fa28](https://github.com/stordco/kafee/commit/117fa28f715dec0d548d15950d299dcda47fa1e5))

## [1.0.1](https://github.com/stordco/kafee/compare/v1.0.0...v1.0.1) (2022-09-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Just add [`kafee`](https://hex.pm/stordco/kafee) to your `mix.exs` file like so:
```elixir
def deps do
[
{:kafee, "~> 1.0.1", organization: "stord"}
{:kafee, "~> 1.0.2", organization: "stord"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Kafee.MixProject do
app: :kafee,
name: "Kafee",
description: "Let's get energized with Kafka!",
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 616e066

Please sign in to comment.