Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jun 6, 2018
1 parent 0d22d75 commit be687da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

## 0.1.0 (2018-06-06)
### Added
* Generate ULID in Base32 or binary format.
* Generate ULID for a given timestamp.
* Autogenerate ULID when used as a primary key.
* Supports reading and writing ULID in a database backed by its native `uuid` type (no database
extensions required).
* Supports Ecto 2.x.
* Supports Elixir 1.2 and newer.
* Tested with PostgreSQL and MySQL.

0 comments on commit be687da

Please sign in to comment.