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 bb1e459 + 33496d9 commit d82ab71
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.7.0](https://github.com/pustovitDmytro/ianus/compare/v1.6.3...v1.7.0) (2022-08-17)


### Chore

* refactor duplicates ([88decf2](https://github.com/pustovitDmytro/ianus/commit/88decf2638817211f229a87f0676d0b728f04821))

### New

* adds arbitrage ([171853d](https://github.com/pustovitDmytro/ianus/commit/171853de2ec04f52d38524ee7b3e4f9a0c10a896))

## [1.6.3](https://github.com/pustovitDmytro/ianus/compare/v1.6.2...v1.6.3) (2022-08-09)


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.3
FROM pustovitdmytro/ianus-base:1.7.0

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.3
FROM pustovitdmytro/ianus-base:1.7.0

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

0 comments on commit d82ab71

Please sign in to comment.