Skip to content

Commit

Permalink
Bump DiscoLog to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdotb committed Sep 1, 2024
1 parent 1e939fe commit ee60586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

---

## [0.2.0] - 2024-08-28]

## [0.3.0] - 2024-09-01]
- Bump Req version
- Enable Tesla integration by default

## [0.2.0] - 2024-08-31]
- Fix some bugs
- Add new tesla integration

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule DiscoLog.MixProject do
[
app: :disco_log,
aliases: aliases(),
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.17",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ee60586

Please sign in to comment.