diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..b9c9646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +## 1.0.0-alpha.1 (2023-11-22) + + +### 🛠 Builds + +* **hex:** add package metadata ([3f773a3](https://github.com/sheerlox/nodelix/commit/3f773a37493fe80ea4b35770588ce3246a42f5af)) + + +### 📚 Documentation + +* setup ex_doc ([1de8541](https://github.com/sheerlox/nodelix/commit/1de8541a7a9a743fcaa6dd9277c89e1aa8981b13)) + + +### ⚙️ Continuous Integrations + +* setup semantic-release ([29815b7](https://github.com/sheerlox/nodelix/commit/29815b7421f1357338f8a405ed28ad5ebea02359)) + + +### ♻️ Chores + +* add license file ([8bf963d](https://github.com/sheerlox/nodelix/commit/8bf963dd4d7f514aaa23ff96110cd42f5c12c82b)) +* initialize project ([f8fc53a](https://github.com/sheerlox/nodelix/commit/f8fc53abd2c81f9ee2854faf0b86d824b56bbe69)) + +## 1.0.0-alpha.1 (2023-11-22) + + +### 🛠 Builds + +* **hex:** add package metadata ([3f773a3](https://github.com/sheerlox/nodelix/commit/3f773a37493fe80ea4b35770588ce3246a42f5af)) + + +### 📚 Documentation + +* setup ex_doc ([1de8541](https://github.com/sheerlox/nodelix/commit/1de8541a7a9a743fcaa6dd9277c89e1aa8981b13)) + + +### ⚙️ Continuous Integrations + +* setup semantic-release ([29815b7](https://github.com/sheerlox/nodelix/commit/29815b7421f1357338f8a405ed28ad5ebea02359)) + + +### ♻️ Chores + +* add license file ([8bf963d](https://github.com/sheerlox/nodelix/commit/8bf963dd4d7f514aaa23ff96110cd42f5c12c82b)) +* initialize project ([f8fc53a](https://github.com/sheerlox/nodelix/commit/f8fc53abd2c81f9ee2854faf0b86d824b56bbe69)) diff --git a/mix.exs b/mix.exs index da6d5ef..3057fca 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nodelix.MixProject do use Mix.Project - @version "0.0.0-alpha" + @version "1.0.0-alpha.1" @source_url "https://github.com/sheerlox/nodelix" def project do