diff --git a/CHANGELOG.md b/CHANGELOG.md index d43e1339..8cf7ae0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.12.0](https://github.com/izelnakri/paper_trail/compare/v0.11.3...v0.12.0) + +- Support Ecto Embed [`#112`](https://github.com/izelnakri/paper_trail/pull/112) +- Refactor Duplicated Code [`#124`](https://github.com/izelnakri/paper_trail/pull/124) +- Enable capture_log to make test output readable [`#123`](https://github.com/izelnakri/paper_trail/pull/123) +- Run Formatter [`#122`](https://github.com/izelnakri/paper_trail/pull/122) +- Fix Dialyzer Specs [`#120`](https://github.com/izelnakri/paper_trail/pull/120) +- add .dockerignore [`58ab072`](https://github.com/izelnakri/paper_trail/commit/58ab072abfe2865a760608eb4b4764cf34ccf9e3) + #### [v0.11.3](https://github.com/izelnakri/paper_trail/compare/v0.11.2...v0.11.3) +> 8 December 2020 + +- Release 0.11.3 [`4704bd2`](https://github.com/izelnakri/paper_trail/commit/4704bd268612cb089f3e276c6629a419a9405fa9) - changelog is now date desc sorted [`65f625d`](https://github.com/izelnakri/paper_trail/commit/65f625dcaa140846d550c644adae8e91d0843e9a) #### [v0.11.2](https://github.com/izelnakri/paper_trail/compare/v0.11.1...v0.11.2) diff --git a/mix.exs b/mix.exs index 1c47b885..a118a4e4 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PaperTrail.Mixfile do use Mix.Project @source_url "https://github.com/izelnakri/paper_trail" - @version "0.11.3" + @version "0.12.0" def project do [ diff --git a/package-lock.json b/package-lock.json index 92d49298..65f92da3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "paper_trail", - "version": "0.11.3", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f440cf3..14baee17 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "paper_trail", "author": "Izel Nakri", - "version": "0.11.3", + "version": "0.12.0", "description": "[![Hex Version](http://img.shields.io/hexpm/v/paper_trail.svg?style=flat)](https://hex.pm/packages/paper_trail) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/paper_trail/PaperTrail.html) [![Total Download](https://img.shields.io/hexpm/dt/paper_trail.svg)](https://hex.pm/packages/paper_trail) [![License](https://img.shields.io/hexpm/l/paper_trail.svg)](https://github.com/izelnakri/paper_trail/blob/master/LICENSE) [![Last Updated](https://img.shields.io/github/last-commit/izelnakri/paper_trail.svg)](https://github.com/izelnakri/paper_trail/commits/master)", "main": "index.js", "repository": {