diff --git a/CHANGELOG.md b/CHANGELOG.md index f79c602..e891a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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). +#### [v1.1.0](https://github.com/izelnakri/paper_trail/compare/v1.0.1...v1.1.0) + +- fix MixFile deprecations [`c6c54b0`](https://github.com/izelnakri/paper_trail/commit/c6c54b0f415835cf9e87ad18be74cfd4e510f8b2) + #### [v1.0.1](https://github.com/izelnakri/paper_trail/compare/v1.0.0...v1.0.1) +> 30 August 2024 + - a few things [`#224`](https://github.com/izelnakri/paper_trail/pull/224) - Bump braces from 3.0.2 to 3.0.3 [`#234`](https://github.com/izelnakri/paper_trail/pull/234) - Bump docker/login-action from 2.0.0 to 2.1.0 [`#198`](https://github.com/izelnakri/paper_trail/pull/198) @@ -16,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump cacheable-request from 10.2.3 to 10.2.7 [`#220`](https://github.com/izelnakri/paper_trail/pull/220) - Bump actions/cache from 3.0.8 to 3.2.6 [`#222`](https://github.com/izelnakri/paper_trail/pull/222) - Add readme note about Postgres type support [`#231`](https://github.com/izelnakri/paper_trail/pull/231) +- Release 1.0.1 [`4e5c928`](https://github.com/izelnakri/paper_trail/commit/4e5c928c703cc28e473f2819c3d13d07917f90d2) - fix tests on the latest refactor [`a08fead`](https://github.com/izelnakri/paper_trail/commit/a08fead9e389d2a45f69eca8ccf639eaa0507e6d) - make docker-compose test depends_on db healthcheck not start [`c9de130`](https://github.com/izelnakri/paper_trail/commit/c9de1308fe033bbd2e98a459f5c07abbeeec3d2e) - add healthcheck to postgres service in docker compose [`1adb776`](https://github.com/izelnakri/paper_trail/commit/1adb776b13433f848982b9082758eeed2bb5eef8) diff --git a/package-lock.json b/package-lock.json index f00f300..576987f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paper_trail", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "paper_trail", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^4.1.1", diff --git a/package.json b/package.json index d223890..7a7fa95 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "paper_trail", "author": "Izel Nakri", - "version": "1.0.1", + "version": "1.1.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": {