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 17, 2022
2 parents bcddfdf + a85fc6d commit e15473b
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.7.1](https://github.com/pustovitDmytro/ianus/compare/v1.7.0...v1.7.1) (2022-08-17)


### Fix

* start arbitrage in main thread ([bb1e459](https://github.com/pustovitDmytro/ianus/commit/bb1e45928362b4c6e84d3c59c11fed8c6119014e))

# [1.7.0](https://github.com/pustovitDmytro/ianus/compare/v1.6.3...v1.7.0) (2022-08-17)


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.7.0
FROM pustovitdmytro/ianus-base:1.7.1

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.7.0
FROM pustovitdmytro/ianus-base:1.7.1

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.7.0",
"version": "1.7.1",
"description": "Binance Alarms",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit e15473b

Please sign in to comment.