diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bbccfd..a0d094ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.13.0](https://github.com/izelnakri/paper_trail/compare/v0.12.4...v0.13.0) + +- (chore): add support for using PaperTrail.Multi directly [`#140`](https://github.com/izelnakri/paper_trail/pull/140) +- add Francisco Correia to credits [`2eb8d7e`](https://github.com/izelnakri/paper_trail/commit/2eb8d7e331a43ff55cb361efeaebf09ba5f4f90c) + #### [v0.12.4](https://github.com/izelnakri/paper_trail/compare/v0.12.3...v0.12.4) +> 20 April 2021 + - fix dialyzer warnings [`#139`](https://github.com/izelnakri/paper_trail/pull/139) +- Release 0.12.4 [`7849f37`](https://github.com/izelnakri/paper_trail/commit/7849f37b0ac2df782e258b64d8b841711474b4ec) #### [v0.12.3](https://github.com/izelnakri/paper_trail/compare/v0.12.2...v0.12.3) diff --git a/mix.exs b/mix.exs index c0219976..ba1d0226 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.12.4" + @version "0.13.0" def project do [ diff --git a/package-lock.json b/package-lock.json index eb04ea0b..f0017070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "paper_trail", - "version": "0.12.4", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.4", + "version": "0.13.0", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^1.2.1", diff --git a/package.json b/package.json index 2a8be562..f764a732 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "paper_trail", "author": "Izel Nakri", - "version": "0.12.4", + "version": "0.13.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/main/LICENSE) [![Last Updated](https://img.shields.io/github/last-commit/izelnakri/paper_trail.svg)](https://github.com/izelnakri/paper_trail/commits/main)", "main": "index.js", "repository": {