Skip to content

Commit

Permalink
Bump version to 4.2.1 & fill-in CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Nov 16, 2021
1 parent 580b304 commit 220e0be
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ chapter: false
pre: "<b>6. </b>"
---

### [4.2.1] - 2021-11-16

#### Added
>
> N / A
#### Changed

> ##### 🏢 Server
>
> - Fixed configuration parsing which would wrongly use Shelley's slots per epoch instead of Byron's. This had an impact on the reported slot number in the chain-sync protocol, where slot numbers would be wrongly offset by `432000` per epoch after the first epoch.
#### Removed

> N/A
### [4.2.0] - 2021-11-05

#### Added
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-ogmios",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "TypeScript monorepo with client libraries for Cardano Ogmios",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/client",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeScript client library for Cardano Ogmios",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/schema": "4.2.0",
"@cardano-ogmios/schema": "4.2.1",
"@cardanosolutions/json-bigint": "^1.0.0",
"@types/json-bigint": "^1.0.1",
"cross-fetch": "^3.1.4",
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/repl",
"version": "4.2.0",
"version": "4.2.1",
"description": "REPL for Cardano Ogmios",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/client": "4.2.0",
"@cardano-ogmios/client": "4.2.1",
"chalk": "^4.1.0",
"yargs-parser": "^20.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/schema",
"version": "4.2.0",
"version": "4.2.1",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": "^14"
Expand Down
2 changes: 1 addition & 1 deletion server/ogmios.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_config: !include ".hpack.config.yaml"

name: ogmios
version: 4.2.0
version: 4.2.1
stability: stable
github: "cardanosolutions/ogmios"
license: MPL-2.0
Expand Down

0 comments on commit 220e0be

Please sign in to comment.