···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## [0.1.2] - 2026-04-02
99+1010+### Changed
1111+- Renamed Hex package from `pocketenv` to `pocketenv_ex`
1212+813## [0.1.1] - 2026-04-01
9141015### Added
+3-3
README.md
···10101111## Installation
12121313-Add `pocketenv` to your list of dependencies in `mix.exs`:
1313+Add `pocketenv_ex` to your list of dependencies in `mix.exs`:
14141515```elixir
1616def deps do
1717 [
1818- {:pocketenv, "~> 0.1"}
1818+ {:pocketenv_ex, "~> 0.1"}
1919 ]
2020end
2121```
···309309310310## License
311311312312-MIT312312+MIT