Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit f4fea7a

Browse files
Merge #98
98: Bump version to 1.0.4 r=dcoutts a=dcoutts And update changelog. Co-authored-by: Duncan Coutts <[email protected]>
2 parents 393d013 + 1dfc55b commit f4fea7a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for cardano-byron-proxy
22

3+
## 1.0.4 -- February 2020
4+
5+
* Update to latest version of cardano-ledger, ouroboros-network,
6+
ouroboros-consensus, iohk-monitoring-framework, and cardano-sl libs.
7+
38
## 1.0.3 -- January 2020
49

510
* Update to latest version of cardano-ledger, ouroboros-network,

cardano-byron-proxy.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cardano-byron-proxy
2-
version: 1.0.3
3-
synopsis: Adapter for the Byron net
2+
version: 1.0.4
3+
synopsis: Cardano Byron network proxy for the old and new network protocols.
44
-- description:
55
homepage: https://github.com/input-output-hk/cardano-byron-proxy
66
license: Apache-2.0

nix/.stack.nix/cardano-byron-proxy.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
flags = {};
44
package = {
55
specVersion = "1.10";
6-
identifier = { name = "cardano-byron-proxy"; version = "1.0.3"; };
6+
identifier = { name = "cardano-byron-proxy"; version = "1.0.4"; };
77
license = "Apache-2.0";
88
copyright = "(c) 2019 IOHK";
99
maintainer = "[email protected]";

0 commit comments

Comments
 (0)