Skip to content

Commit

Permalink
@chainlink/contracts - Update changelog for contracts/1.1.1 beta crea…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
snehaagni committed Apr 29, 2024
1 parent 8cb83a4 commit 41dd4f2
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 72 deletions.
5 changes: 0 additions & 5 deletions contracts/.changeset/funny-eagles-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/heavy-horses-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/hot-weeks-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/hungry-days-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/kind-snakes-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/lucky-bugs-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/mean-items-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/new-crews-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/new-guests-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/old-pianos-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/poor-panthers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/shiny-dragons-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/tasty-kangaroos-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/.changeset/tender-jokes-do.md

This file was deleted.

15 changes: 14 additions & 1 deletion contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @chainlink/contracts

## 1.1.1

### Patch Changes

- [#12812](https://github.com/smartcontractkit/chainlink/pull/12812) [`5b33a3296f`](https://github.com/smartcontractkit/chainlink/commit/5b33a3296f895cec8a23ba2e235989868f398ddb) Thanks [@shileiwill](https://github.com/shileiwill)! - Support decimals #added

- [#12979](https://github.com/smartcontractkit/chainlink/pull/12979) [`0c4c24ad8c`](https://github.com/smartcontractkit/chainlink/commit/0c4c24ad8c95e505cd2a29be711cc40e612658b0) Thanks [@cds95](https://github.com/cds95)! - Add function to remove node operators from capability registry

- [#12991](https://github.com/smartcontractkit/chainlink/pull/12991) [`929312681f`](https://github.com/smartcontractkit/chainlink/commit/929312681fb27529915912e8bd6e4000559ea77f) Thanks [@cds95](https://github.com/cds95)! - Add function to update node operator'

- [#12669](https://github.com/smartcontractkit/chainlink/pull/12669) [`3134ce8868`](https://github.com/smartcontractkit/chainlink/commit/3134ce8868ccc22bd4ae670c8b0bfda5fa78a332) Thanks [@leeyikjiun](https://github.com/leeyikjiun)! - vrfv2plus - account for num words in coordinator gas overhead in v2plus wrapper

- [#12906](https://github.com/smartcontractkit/chainlink/pull/12906) [`365c38be8b`](https://github.com/smartcontractkit/chainlink/commit/365c38be8b589d5ffa0b21755dcb40e2e4205652) Thanks [@cds95](https://github.com/cds95)! - Implement function to add node operators to the capability registry'

## 1.1.0 - 2024-04-23

### Minor Changes
Expand Down Expand Up @@ -81,7 +95,6 @@

- [#12531](https://github.com/smartcontractkit/chainlink/pull/12531) [`88e010d604`](https://github.com/smartcontractkit/chainlink/commit/88e010d604682c54c4f99e0a0916f94c0d13ece6) Thanks [@jinhoonbang](https://github.com/jinhoonbang)! - increase num optimizations to 500 for v2.5 coordinator


## 1.0.0 - 2024-03-25

- Moved `VRFCoordinatorV2Mock.sol` to src/v0.8/vrf/mocks
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/contracts",
"version": "1.1.0",
"version": "1.1.1",
"description": "Chainlink smart contracts",
"author": "Chainlink devs",
"license": "MIT",
Expand Down

0 comments on commit 41dd4f2

Please sign in to comment.