Skip to content

Commit

Permalink
Chore: (release) add version 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.2](v1.7.1...v1.7.2) (2022-08-17)

### Fix

* arbitrage queue name ([bcddfdf](bcddfdf))
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent e15473b commit ef3564e
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.2](https://github.com/pustovitDmytro/ianus/compare/v1.7.1...v1.7.2) (2022-08-17)


### Fix

* arbitrage queue name ([bcddfdf](https://github.com/pustovitDmytro/ianus/commit/bcddfdf77f41d06c61d625753a82c51cc7d405e7))

## [1.7.1](https://github.com/pustovitDmytro/ianus/compare/v1.7.0...v1.7.1) (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.1
FROM pustovitdmytro/ianus-base:1.7.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.7.1
FROM pustovitdmytro/ianus-base:1.7.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.7.1",
"version": "1.7.2",
"description": "Binance Alarms",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit ef3564e

Please sign in to comment.