From 2d59ad2c38cf7189165a1f93c4418d0462d86dd4 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Fri, 17 Sep 2021 06:02:50 +0200 Subject: [PATCH] Release 0.6.2 --- CHANGELOG.md | 16 ++++++++++++++++ mix.exs | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce53d4..1efaee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ 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). +#### [0.6.2](https://github.com/izelnakri/eth/compare/0.6.1...0.6.2) + +- Bump ex_doc from 0.23.0 to 0.25.1 [`#44`](https://github.com/izelnakri/eth/pull/44) +- Bump telemetry from 0.4.2 to 0.4.3 [`#39`](https://github.com/izelnakri/eth/pull/39) +- Bump ex_keccak from 0.1.2 to 0.1.3 [`#40`](https://github.com/izelnakri/eth/pull/40) +- Bump poison from 4.0.1 to 5.0.0 [`#43`](https://github.com/izelnakri/eth/pull/43) +- Upgrade to GitHub-native Dependabot [`#41`](https://github.com/izelnakri/eth/pull/41) +- Bump ethereumex from 0.6.1 to 0.7.0 [`#33`](https://github.com/izelnakri/eth/pull/33) +- update system runtime versions [`2ae8994`](https://github.com/izelnakri/eth/commit/2ae89949954d2de9849da8395aa2b95c88c0a6dc) +- update keccak library [`6abfbaf`](https://github.com/izelnakri/eth/commit/6abfbaf9c5301ef0db8d46308c8fc7c550c02a1c) +- deps added to .dockerignore [`61816e3`](https://github.com/izelnakri/eth/commit/61816e3f63d9a1a8b6d9fea974b79b3e155e6848) +- Dockerfile update to elixir v1.11.2 [`642f542`](https://github.com/izelnakri/eth/commit/642f5425a11badca9bc48a365026af6650b65ced) + #### [0.6.1](https://github.com/izelnakri/eth/compare/0.6.0...0.6.1) +> 8 December 2020 + +- Release 0.6.1 [`7190ce9`](https://github.com/izelnakri/eth/commit/7190ce94f64de18ee38263e6fc6e8720e61857de) - bump to elixir v1.11 [`0950007`](https://github.com/izelnakri/eth/commit/0950007a05cfe081691fa73c8040974a48a1c65a) #### [0.6.0](https://github.com/izelnakri/eth/compare/0.5.2...0.6.0) diff --git a/mix.exs b/mix.exs index b338527..157f460 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Eth.Mixfile do use Mix.Project - @version "0.6.1" + @version "0.6.2" @source_url "https://github.com/izelnakri/eth" def project() do diff --git a/package-lock.json b/package-lock.json index c09e773..b65c309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eth", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^1.2.0", diff --git a/package.json b/package.json index d24d7e4..ac03878 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "eth", - "version": "0.6.1", + "version": "0.6.2", "author": "Izel Nakri", "license": "MIT", "description": "[![Hex Version](http://img.shields.io/hexpm/v/eth.svg?style=flat)](https://hex.pm/packages/eth) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/eth/ETH.html)",