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 Apr 9, 2023
2 parents 6ba8e2b + 9fb4caa commit 4388705
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.11.0](https://github.com/pustovitDmytro/ianus/compare/v1.10.1...v1.11.0) (2023-04-09)


### Chore

* use service names from env ([2c6dc81](https://github.com/pustovitDmytro/ianus/commit/2c6dc81ed1dd77886feedff124d05ddb85747c60))

### New

* adds kupipai ([ca6fa42](https://github.com/pustovitDmytro/ianus/commit/ca6fa4216ff0f9bcab82e3c1a23ba85bf97a05e4))

## [1.10.1](https://github.com/pustovitDmytro/ianus/compare/v1.10.0...v1.10.1) (2023-03-10)


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.10.1
FROM pustovitdmytro/ianus-base:1.11.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.10.1
FROM pustovitdmytro/ianus-base:1.11.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.10.1",
"version": "1.11.0",
"description": "Binance Alarms",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 4388705

Please sign in to comment.