Skip to content

Commit 9bef4b1

Browse files
committed
Release 4.1.2
1 parent 45f0ac0 commit 9bef4b1

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 4.1.2 - 2025-06-05
9+
10+
### Added
11+
- Allow SSL verification to be disabled by setting `EDGAR_VERIFY_SSL` to `False`. This is useful for testing purposes or when using self-signed certificates or sometimes in a corporate environment.
12+
13+
### Fixed
14+
- Fixed bug in selecting periods for quarterly statements
15+
816
## 4.1.1 - 2025-05-29
917

1018
### Added

edgar/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Dwight Gunning <dgunning@gmail.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = '4.1.1'
4+
__version__ = '4.1.2'

0 commit comments

Comments
 (0)