Elixir SDK for Pocketenv
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add initial CHANGELOG.md

+15
+15
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + All notable changes to this project will be documented in this file. 4 + 5 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 + and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 + 8 + ## [0.1.0] - 2026-04-01 9 + 10 + ### Added 11 + - Initial Pocketenv Elixir SDK 12 + - MIT License 13 + - Package description in `mix.exs` 14 + 15 + [0.1.0]: https://github.com/pocketenv-io/pocketenv-elixir/releases/tag/v0.1.0