Skip to content

Commit 768d45a

Browse files
brianrdanielmorell
authored andcommitted
Release 1.1.2
(cherry picked from commit bfe01a6)
1 parent d5e032c commit 768d45a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The change log is also available on the [GitHub Releases Page](https://github.com/rollbar/pyrollbar/releases).
44

5+
**1.1.2**
6+
7+
Fixed build missing entrypoints for pyramid and cli in [#471](https://github.com/rollbar/pyrollbar/pull/471)
8+
59
**1.1.1**
610

711
Fixed #465 httpx 0.28.0 not compatible with pyrollbar by @danielmorell in [#466](https://github.com/rollbar/pyrollbar/pull/466)

rollbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from rollbar.lib import events, filters, dict_merge, transport, defaultJSONEncode
2525

2626

27-
__version__ = '1.1.1'
27+
__version__ = '1.1.2'
2828
__log_name__ = 'rollbar'
2929
log = logging.getLogger(__log_name__)
3030

0 commit comments

Comments
 (0)