Elixir SDK for Pocketenv
1
fork

Configure Feed

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

Bump version to 0.1.6 and update changelog

Use BLAKE2b-24 for nonce derivation during client-side encryption
Align test environment values with application config

+8 -1
+7
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [0.1.6] - 2026-04-02 9 + 10 + ### Changed 11 + - Use BLAKE2b-24 for nonce derivation during client-side encryption 12 + - Align test environment values with application config 13 + 8 14 ## [0.1.5] - 2026-04-02 9 15 10 16 ### Added ··· 44 50 - MIT License 45 51 - Package description in `mix.exs` 46 52 53 + [0.1.6]: https://github.com/pocketenv-io/pocketenv-elixir/compare/v0.1.5...v0.1.6 47 54 [0.1.5]: https://github.com/pocketenv-io/pocketenv-elixir/compare/v0.1.4...v0.1.5 48 55 [0.1.4]: https://github.com/pocketenv-io/pocketenv-elixir/compare/v0.1.3...v0.1.4 49 56 [0.1.3]: https://github.com/pocketenv-io/pocketenv-elixir/compare/v0.1.2...v0.1.3
+1 -1
mix.exs
··· 4 4 def project do 5 5 [ 6 6 app: :pocketenv_ex, 7 - version: "0.1.5", 7 + version: "0.1.6", 8 8 elixir: "~> 1.15", 9 9 start_permanent: Mix.env() == :prod, 10 10 deps: deps(),