Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent c6c54b0 commit 7570e2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
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": "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": {
Expand Down

0 comments on commit 7570e2c

Please sign in to comment.