# Changelog 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.13](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.12...sn_record_store-v0.1.13) - 2023-07-05 ### Other - updated the following local packages: sn_protocol ## [0.1.12](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.11...sn_record_store-v0.1.12) - 2023-07-04 ### Other - updated the following local packages: sn_protocol ## [0.1.11](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.10...sn_record_store-v0.1.11) - 2023-06-28 ### Other - updated the following local packages: sn_protocol ## [0.1.10](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.9...sn_record_store-v0.1.10) - 2023-06-21 ### Other - updated the following local packages: sn_protocol ## [0.1.9](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.8...sn_record_store-v0.1.9) - 2023-06-21 ### Other - updated the following local packages: sn_protocol ## [0.1.8](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.7...sn_record_store-v0.1.8) - 2023-06-20 ### Added - *(network)* validate and store `ReplicatedData` - *(network)* validate and store `Record` ### Other - *(docs)* add more docs and comments ## [0.1.7](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.6...sn_record_store-v0.1.7) - 2023-06-20 ### Other - updated the following local packages: sn_protocol ## [0.1.6](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.5...sn_record_store-v0.1.6) - 2023-06-15 ### Other - updated the following local packages: sn_protocol ## [0.1.5](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.4...sn_record_store-v0.1.5) - 2023-06-14 ### Other - updated the following local packages: sn_protocol ## [0.1.4](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.3...sn_record_store-v0.1.4) - 2023-06-14 ### Added - prune out of range record entries ## [0.1.3](https://github.com/maidsafe/safe_network/compare/sn_record_store-v0.1.2...sn_record_store-v0.1.3) - 2023-06-12 ### Added - *(node)* increase record storage capacity ## [0.1.1](https://github.com/jacderida/safe_network/compare/sn_record_store-v0.1.0...sn_record_store-v0.1.1) - 2023-06-06 ### Added - refactor replication flow to using pull model ## [0.1.0](https://github.com/jacderida/safe_network/releases/tag/sn_record_store-v0.1.0) - 2023-06-04 ### Added - *(record_store)* extract record_store into its own crate ### Fixed - remove unused deps after crate reorg