Skip to content

Commit

Permalink
Update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaluk committed Nov 21, 2021
1 parent d8240e3 commit df95610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2021-11-21
### Added
- Configs Api.

## [0.4.0] - 2021-05-15
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BSC_SCAN_TOKEN, ETH_SCAN_TOKEN } from './paths';

config();

export const CRYPTO_WATCHDOG_VERSION = '0.4.0';
export const CRYPTO_WATCHDOG_VERSION = '0.4.1';
export const AppConfigs = {
CMC_PRO_API_KEY: process.env.CMC_PRO_API_KEY,
BITQUERY_API_KEY: process.env.BITQUERY_API_KEY,
Expand Down

0 comments on commit df95610

Please sign in to comment.