Skip to content

Commit

Permalink
Fix CHANGELOG.md and bump version to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Dec 27, 2023
1 parent a8c1e4e commit 6adac4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Unreleased

### New Features

- `Ethers.sign_transaction/2` function
- Signer behaviour
- Local Signer implementation
- JsonRPC Signer implementation
- `Ethers.Transaction` struct and helper functions

## v0.1.3 (2023-12-26)

## Bug fixes
Expand All @@ -14,14 +24,6 @@
- `TxData.to_map/2` now returns hex values for all integers.
- `Utils.maybe_add_gas_limit/2` now adds hex gas limit value instead of integer.

### New Features

- `Ethers.sign_transaction/2` function
- Signer behaviour
- Local Signer implementation
- JsonRPC Signer implementation
- `Ethers.Transaction` struct and helper functions

## v0.1.1 (2023-11-22)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ethers.MixProject do
use Mix.Project

@version "0.1.3"
@version "0.2.0-dev"
@source_url "https://github.com/alisinabh/elixir_ethers"

def project do
Expand Down

0 comments on commit 6adac4e

Please sign in to comment.