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.3 and update changelog

Rename OTP application config key from :pocketenv to :pocketenv_ex.

+6 -1
+5
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.3] - 2026-04-02 9 + 10 + ### Changed 11 + - Updated OTP application config key from `:pocketenv` to `:pocketenv_ex` 12 + 8 13 ## [0.1.2] - 2026-04-02 9 14 10 15 ### Changed
+1 -1
mix.exs
··· 4 4 def project do 5 5 [ 6 6 app: :pocketenv_ex, 7 - version: "0.1.2", 7 + version: "0.1.3", 8 8 elixir: "~> 1.15", 9 9 start_permanent: Mix.env() == :prod, 10 10 deps: deps(),