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

## [Unreleased]

## [1.0.1] - 2021-05-03

### Fixed
- Fixed inserting `null` value when UUID field should be translated into byte form. Thanks to [@yassinedoghri](https://github.com/yassinedoghri)

## [1.0.0] - 2021-04-24
- Official release 

### Changed
- Due to changes to the CodeIgniter Model class, we updated methods we use as well.
- Added `UuidCast` class.

## [1.0.0-beta3] - 2021-04-02
- Third beta release

### Fixed
- Due to fixes made to the CodeIgniter Database class, we had to fix the check for the query result.

## [1.0.0-beta2] - 2020-08-16
- Second beta release 

### Changed
- Due to changes to the CodeIgniter Model class, we can now extend its model.
- Added support for `useAutoIncrement` feature.

## [1.0.0-beta1] - 2020-05-10
- First beta realease
