Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pustovitDmytro/Ianus
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Aug 9, 2022
2 parents 4fd15b0 + 9f11869 commit ebc7ef4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.2](https://github.com/pustovitDmytro/ianus/compare/v1.6.1...v1.6.2) (2022-08-04)


### Fix

* fixes spot sign calculations ([0407988](https://github.com/pustovitDmytro/ianus/commit/0407988ca1e0952a1ae11c07aceb713981bb03b7))

## [1.6.1](https://github.com/pustovitDmytro/ianus/compare/v1.6.0...v1.6.1) (2022-08-04)


Expand Down
2 changes: 1 addition & 1 deletion docker/Admin.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pustovitdmytro/ianus-base:1.6.1
FROM pustovitdmytro/ianus-base:1.6.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Worker.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pustovitdmytro/ianus-base:1.6.1
FROM pustovitdmytro/ianus-base:1.6.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ianus",
"version": "1.6.1",
"version": "1.6.2",
"description": "Binance Alarms",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit ebc7ef4

Please sign in to comment.