Skip to content

Commit a17cafe

Browse files
committed
Release 0.14.0
1 parent 2c8f2d6 commit a17cafe

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ 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.14.0](https://github.com/izelnakri/paper_trail/compare/v0.13.0...v0.14.0)
8+
9+
- Use model_key for insert in strict mode and add initial_version_key [`#146`](https://github.com/izelnakri/paper_trail/pull/146)
10+
- Bump actions/cache from v2.1.4 to v2.1.5 [`#138`](https://github.com/izelnakri/paper_trail/pull/138)
11+
- add initial_version_key [`0465900`](https://github.com/izelnakri/paper_trail/commit/046590026ec50605f3cabfaf48354b8acbf969a9)
12+
- use model_key for insert in strict mode [`2e08df2`](https://github.com/izelnakri/paper_trail/commit/2e08df2d36580818e08f106d5b56c8962fbf610a)
13+
714
#### [v0.13.0](https://github.com/izelnakri/paper_trail/compare/v0.12.4...v0.13.0)
815

16+
> 24 April 2021
17+
918
- (chore): add support for using PaperTrail.Multi directly [`#140`](https://github.com/izelnakri/paper_trail/pull/140)
19+
- Release 0.13.0 [`c7980bd`](https://github.com/izelnakri/paper_trail/commit/c7980bd9273cacd1ac16c1f6b852b3766d147e0f)
1020
- add Francisco Correia to credits [`2eb8d7e`](https://github.com/izelnakri/paper_trail/commit/2eb8d7e331a43ff55cb361efeaebf09ba5f4f90c)
1121

1222
#### [v0.12.4](https://github.com/izelnakri/paper_trail/compare/v0.12.3...v0.12.4)

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.13.0"
5+
@version "0.14.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.13.0",
5+
"version": "0.14.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)