Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borgoat committed Apr 13, 2023
1 parent f83ebc0 commit c568fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-04-13

### Added

- Support for extended format for symbols.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExTwelveData.MixProject do
def project do
[
app: :ex_twelve_data,
version: "0.2.1",
version: "0.3.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit c568fa2

Please sign in to comment.