Skip to content

Commit c7980bd

Browse files
committed
Release 0.13.0
1 parent 2eb8d7e commit c7980bd

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.13.0](https://github.com/izelnakri/paper_trail/compare/v0.12.4...v0.13.0)
8+
9+
- (chore): add support for using PaperTrail.Multi directly [`#140`](https://github.com/izelnakri/paper_trail/pull/140)
10+
- add Francisco Correia to credits [`2eb8d7e`](https://github.com/izelnakri/paper_trail/commit/2eb8d7e331a43ff55cb361efeaebf09ba5f4f90c)
11+
712
#### [v0.12.4](https://github.com/izelnakri/paper_trail/compare/v0.12.3...v0.12.4)
813

14+
> 20 April 2021
15+
916
- fix dialyzer warnings [`#139`](https://github.com/izelnakri/paper_trail/pull/139)
17+
- Release 0.12.4 [`7849f37`](https://github.com/izelnakri/paper_trail/commit/7849f37b0ac2df782e258b64d8b841711474b4ec)
1018

1119
#### [v0.12.3](https://github.com/izelnakri/paper_trail/compare/v0.12.2...v0.12.3)
1220

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PaperTrail.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/izelnakri/paper_trail"
5-
@version "0.12.4"
5+
@version "0.13.0"
66

77
def project do
88
[

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "paper_trail",
44
"author": "Izel Nakri",
5-
"version": "0.12.4",
5+
"version": "0.13.0",
66
"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)",
77
"main": "index.js",
88
"repository": {

0 commit comments

Comments
 (0)