CHANGELOG.md

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.

<!-- changelog -->

## [v0.1.6](https://github.com/ash-project/ash_cloak/compare/v0.1.5...v0.1.6) (2025-03-14)




### Bug Fixes:

* Apply default of attrs only for create actions (#84)

## [v0.1.5](https://github.com/ash-project/ash_cloak/compare/v0.1.4...v0.1.5) (2025-03-11)




### Bug Fixes:

* Apply default of attribute to argument (#80)

## [v0.1.4](https://github.com/ash-project/ash_cloak/compare/v0.1.3...v0.1.4) (2025-02-13)




### Bug Fixes:

* return `{:ok, changeset}` to do nothing on encryption change

## [v0.1.3](https://github.com/ash-project/ash_cloak/compare/v0.1.2...v0.1.3) (2025-01-27)




### Bug Fixes:

* encrypt attribute when not listed on `accept` list (#46)

## [v0.1.2](https://github.com/ash-project/ash_cloak/compare/v0.1.1...v0.1.2) (2024-08-19)




### Improvements:

* add atomic implementation for `AshCloack.Changes.Encrypt`

## [v0.1.1](https://github.com/ash-project/ash_cloak/compare/v0.1.0...v0.1.1) (2024-08-02)

### Bug Fixes:

- [`AshCloak.Changes.Encrypt`] run encrypt on before_action (#14)

### Improvements:

- [`AshCloak`] add `AshCloak.encrypt_and_set/3`

## [v0.1.0](https://github.com/ash-project/ash_cloak/compare/v0.1.0-rc.0...v0.1.0) (2024-05-11)

## [v0.1.0-rc.0](https://github.com/ash-project/ash_cloak/compare/v0.1.0...v0.1.0) (2024-04-25)

Initial feature set