# Changelog


## 0.4.0

### Additions

* `avg`, `min`, `max`, and `sum` can now take String.t field names

### Backwards-Incompatible Changes

* Added missing guards for existing API to enforce compliance


## 0.3.0

* Rename `first` to `first_inserted` and `last` to `last_inserted` to avoid conflicts with Ecto 2


## 0.2.0

* Relax Ecto requirement to support 2.0
