Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 6, 2023
1 parent 0a5d239 commit d632065
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
37 changes: 10 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,63 +5,46 @@ All notable changes to this project will be documented in this file.
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).

## [unreleased]
## Unreleased

## 2.3.1 - 2023-02-06
### Fixed

- CIP68 `getMetadataFromOutputDatum` parsing of `files` and custom fields

## [2.3.0] - 2023-02-02

## 2.3.0 - 2023-02-02
### Added

- support for `addr_vk` addresses in `paymentCredFromBech32Address`
- `getPaymentPartBech32` for generating partial bech32 address consisting of bech32 prefix, addr header and payment part

### Changed

- fastify dependencies

## [2.2.0] - 2022-12-30

## 2.2.0 - 2022-12-30
### Added

- Missing custom 400s

## [2.1.1] - 2022-12-30

## 2.1.1 - 2022-12-30
### Changed

- js implementation of utf-8-validate, no longer requiring node-gyp

## [2.1.0] - 2022-12-28

## 2.1.0 - 2022-12-28
### Added

- CIP68 utils

## [2.0.0] - 2022-11-27

## 2.0.0 - 2022-11-27
### Removed

- BREAKING CHANGE: `getSchemaForEndpoint` is now part of the `@blockfrost/openapi` package
- `@blockfrost/openapi` dependency

## [1.1.0] - 2022-11-02

## 1.1.0 - 2022-11-02
### Added

- `validatePolicy` and `validateAsset` to validation functions
- invalid asset and invalid policy 400 handlers

## [1.0.1] - 2022-10-24

## 1.0.1 - 2022-10-24
### Changed

- `getAddressTypeAndPaymentCred` to return undefined instead of `''` when there is not valid `paymentCred`

## [1.0.0] - 2022-09-23

## 1.0.0 - 2022-09-23
### Added

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-utils",
"version": "2.3.0",
"version": "2.3.1",
"repository": "git@github.com:blockfrost/blockfrost-utils.git",
"license": "Apache-2.0",
"author": "blockfrost.io",
Expand Down

0 comments on commit d632065

Please sign in to comment.