Skip to content

Commit

Permalink
Delete config from mix.exs file (#358)
Browse files Browse the repository at this point in the history
* Delete config from mix.exs file

* Update CHANGELOG
  • Loading branch information
miguelnietoa committed Mar 4, 2024
1 parent 87e0000 commit 7bccde3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add Dynamic network configuration: Now you should provide Horizon URL and Network Passphrase. See [Issue #352](https://github.com/kommitters/stellar_sdk/issues/352).
* Update all dependencies. See [PR #332](https://github.com/kommitters/stellar_sdk/pull/332).
* Update scorecards allowed endpoints and Security Policy. See [PR #355](https://github.com/kommitters/stellar_sdk/pull/355).
* Delete `config` from `mix.exs` file. See [PR #358](https://github.com/kommitters/stellar_sdk/pull/358).

## 0.20.0 (20.12.2023)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defmodule Stellar.MixProject do
defp package do
[
description: description(),
files: ["lib", "config", "mix.exs", "README*", "LICENSE"],
files: ["lib", "mix.exs", "README*", "LICENSE"],
licenses: ["MIT"],
links: %{
"Changelog" => "#{@github_url}/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit 7bccde3

Please sign in to comment.