diff --git a/.tool-versions b/.tool-versions index bf44d4a..09f47ce 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -erlang 28.1 -elixir 1.18.4-otp-28 +erlang 28.3.1 +elixir 1.19.5-otp-28 diff --git a/CHANGELOG.md b/CHANGELOG.md index f31f65d..68840d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ @@ -45,3 +45,10 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline ### Fixes: * updated ash dependency for CVE-2025-48043 fix +## [v0.2.4](https://github.com/diffo-dev/ash_outstanding/compare/v0.2.3...v0.2.4) (2026-02-20) + +### Fixes +* documentation changes for compliance + + + diff --git a/README.md b/README.md index 404f179..25d38a3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add to the deps: ```elixir def deps do [ - {:ash_outstanding, "~> 0.2.3"}, + {:ash_outstanding, "~> 0.2.4"}, ] end ``` @@ -201,8 +201,6 @@ end ## Acknowledgements -Thanks to [Telstra](https://www.telstra.com.au/) for supporting innovation in orchestration and inventory shared-tech which resulted in the award winning difference engine [2024 TMF Excellence Award in Autonomous Networks](https://www.tmforum.org/about/awards-and-recognition/excellence-awards/winners-2024/) powering three network service entities enabling outstanding product experience [2025 TMF Excellence Award in Customer Experience](https://www.tmforum.org/about/awards-and-recognition/excellence-awards/winners-2025/) and inspiring both this open source and internal shared-tech. - Thanks to [Dmitry Maganov](https://github.com/vonagam) for [ash_jason](https://github.com/vonagam/ash_jason) which was an exemplar. Kudos to the [Ash Core](https://github.com/ash-project) for [ash](https://github.com/ash-project/ash) 🚀 diff --git a/ash_outstanding_extension.livemd b/ash_outstanding_extension.livemd index 8601840..ae16013 100644 --- a/ash_outstanding_extension.livemd +++ b/ash_outstanding_extension.livemd @@ -1,4 +1,4 @@ -