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 Jul 12, 2022
2 parents a4ace59 + 2ba00d3 commit 79b001b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.0](https://github.com/pustovitDmytro/ianus/compare/v1.0.1...v1.1.0) (2022-07-12)


### New

* adds caching ([5bfc002](https://github.com/pustovitDmytro/ianus/commit/5bfc00287507baf6f6714b7fdad37413e44b230e))
* adds mongo storage ([3725f31](https://github.com/pustovitDmytro/ianus/commit/3725f315cb81a51a2da9d01c5f78ea4abc631da8))

## [1.0.1](https://github.com/pustovitDmytro/ianus/compare/v1.0.0...v1.0.1) (2022-07-11)


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

0 comments on commit 79b001b

Please sign in to comment.