Skip to content

Commit

Permalink
Release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 25, 2021
1 parent 5d43f87 commit df7225c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +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.14.1](https://github.com/izelnakri/paper_trail/compare/v0.14.0...v0.14.1)

- deps updated [`5d43f87`](https://github.com/izelnakri/paper_trail/commit/5d43f87f720bccbe11bc06a3048336d3c17573fd)

#### [v0.14.0](https://github.com/izelnakri/paper_trail/compare/v0.13.0...v0.14.0)

> 25 May 2021
- Use model_key for insert in strict mode and add initial_version_key [`#146`](https://github.com/izelnakri/paper_trail/pull/146)
- Bump actions/cache from v2.1.4 to v2.1.5 [`#138`](https://github.com/izelnakri/paper_trail/pull/138)
- Release 0.14.0 [`a17cafe`](https://github.com/izelnakri/paper_trail/commit/a17cafeb3e6f62163db8a610fe16c3325eaaaf5b)
- add initial_version_key [`0465900`](https://github.com/izelnakri/paper_trail/commit/046590026ec50605f3cabfaf48354b8acbf969a9)
- use model_key for insert in strict mode [`2e08df2`](https://github.com/izelnakri/paper_trail/commit/2e08df2d36580818e08f106d5b56c8962fbf610a)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PaperTrail.Mixfile do
use Mix.Project

@source_url "https://github.com/izelnakri/paper_trail"
@version "0.14.0"
@version "0.14.1"

def project do
[
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "paper_trail",
"author": "Izel Nakri",
"version": "0.14.0",
"version": "0.14.1",
"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": {
Expand Down

0 comments on commit df7225c

Please sign in to comment.