Skip to content

Commit e534163

Browse files
committed
Init v0.1.1 release
1 parent 1c42610 commit e534163

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog Chainlink External Adapters
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.1] - 2020-09-18
10+
11+
### Added
12+
13+
- CHANGELOG.md (this file), to keep track of changes between releases
14+
15+
### Changed
16+
17+
- Gas adapters (`amberdata-gasprice`, `anyblock-gasprice`, `etherchain`, `ethgasstation` & `poa-gasprice`) now do not require `speed` param on input, but will use a sensible default.
18+
19+
### Fixed
20+
21+
- Kaiko adapter endpoint fix
22+
23+
## [0.1.0] - 2020-09-17
24+
25+
Initial external adapter release!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)