Skip to content

Commit

Permalink
chore: add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Cunha committed Jul 29, 2024
1 parent a5e2169 commit 3e4da4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.1.0 (2024-07-29)

- Initial release
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,17 @@ defmodule OpenFeature.MixProject do
end

defp docs do
[main: "readme", extras: ["README.md", "LICENSE"]]
[main: "readme", extras: ["README.md", "LICENSE", "CHANGELOG.md"]]
end

defp package do
[
maintainers: ["Eduardo Cunha"],
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/ejscunha/elixir-open-feature-sdk"}
links: %{
"GitHub" => "https://github.com/ejscunha/elixir-open-feature-sdk",
"Changelog" => "https://hexdocs.pm/open_feature/changelog.html"
}
]
end
end

0 comments on commit 3e4da4a

Please sign in to comment.