packages feed

casa-client-0.0.4: CHANGELOG.md

# Change log for `casa-client`

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).

## 0.0.4 - 2026-03-04

* For SHA256 hashes, depend on package `cryptohash-sha256` rather than
  `crypton` and `memory` (the latter is unmaintained).

## 0.0.3 - 2025-09-27

* Drop support for GHC versions before GHC 8.4.
* Add `CHANGELOG.md`.
* Add URLs to Cabal file.

## 0.0.2 - 2023-08-15

* Depend on `crypton` rather than `cryptonite`.

## 0.0.1 - 2020-03-05

* Relax upper bound to allow `base < 5`.

## 0.0.0 - 2020-03-05

* Initial version.