Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 729 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 729 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2019-09-12

Fixed

  • Encrypt strings at ActiveRecord::Type::EncryptedString::Type#serialize instead of #cast (#3)

0.2.0 - 2019-09-01

Changed

  • Remove dependencies on Rails 5 (#2)

0.1.0 - 2019-05-24

Added

  • Encrypt/decrypt string attributes of Active Record models
  • Describe the usage in README