diff --git a/CHANGELOG.md b/CHANGELOG.md index 73de8ad710..aabffed952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [2.0.1] +## [2.0.2] ## Changed diff --git a/README.md b/README.md index 7f39e2c4f7..7fe27bde14 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ TITB is a fork from [Threat Intelligence Discord Bot from vx-underground](https: > The vx-underground Threat Intelligence Discord Bot gets updates from various clearnet domains, ransomware threat actor domains This bot will check for updates in intervals of 1800 seconds. -[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ![Version](https://img.shields.io/badge/version-2.0.1-blue.svg) [![Twitter: JMousqueton](https://img.shields.io/twitter/follow/JMousqueton.svg?style=social)](https://twitter.com/JMousqueton) [![Last Run](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/fetchCTI.yml/badge.svg)](.github/workflows/fetchCTI.yml) [![CodeQL](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/codeql-analysis.yml/badge.svg)](.github/workflows/codeql-analysis.yml) +[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ![Version](https://img.shields.io/badge/version-2.0.2-blue.svg) [![Twitter: JMousqueton](https://img.shields.io/twitter/follow/JMousqueton.svg?style=social)](https://twitter.com/JMousqueton) [![Last Run](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/fetchCTI.yml/badge.svg)](.github/workflows/fetchCTI.yml) [![CodeQL](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/codeql-analysis.yml/badge.svg)](.github/workflows/codeql-analysis.yml) ## Description diff --git a/TeamsIntelBot.py b/TeamsIntelBot.py index 71e1c885a5..26ed06d2f6 100644 --- a/TeamsIntelBot.py +++ b/TeamsIntelBot.py @@ -4,7 +4,7 @@ # Created By : Julien Mousqueton @JMousqueton # Original By : VX-Underground # Created Date: 22/08/2022 -# Version : 2.0.1 +# Version : 2.0.2 # --------------------------------------------------------------------------- # --------------------------------------------------------------------------- @@ -197,7 +197,7 @@ def CreateLogString(RssItem): # --------------------------------------------------------------------------- if __name__ == '__main__': parser = OptionParser(usage="usage: %prog [options]", - version="%prog 2.0.1") + version="%prog 2.0.2") parser.add_option("-q", "--quiet", action="store_true", dest="Quiet",