We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2694cd0 commit e33c668Copy full SHA for e33c668
1 file changed
CHANGELOG.MD
@@ -38,4 +38,13 @@ All notable changes to this project will be documented in this file.
38
## v1.1.2 - 16/11/2022
39
40
### Fixed
41
-- A bug with `CircularCheckerGroup` class where debug being False would cause an error
+- A bug with `CircularCheckerGroup` class where debug being False would cause an error
42
+
43
+## v1.2.0 - 17/1/2023
44
45
+### Added
46
+- `refresh_db_con()` method to `CircularChecker` class in hopes to fix a bug
47
48
+### Fixed
49
+- A bug with `CircularChecker` class where the database connection would be closed after a while and would report 20 new circulars
50
+- Minor improvements
0 commit comments