Update version for next release

This commit is contained in:
Jean-Pierre Rupp 2018-09-10 17:17:14 +01:00
parent 51b2e05f1c
commit 592993762c
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## 0.1.2
### Removed
- Dependency to `cryptohash` not needed.
## 0.1.1
### Changed
- Update changelog to reflect name and version change.

View File

@ -1,5 +1,5 @@
name: secp256k1-haskell
version: '0.1.1'
version: '0.1.2'
synopsis: Bindings for secp256k1 library from Bitcoin Core
description: Sign and verify signatures using the very fast C secp256k1 library from Pieter Wuille. Has Haskell types and abstractions for keys and signatures.
category: Crypto