Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leikahing committed Aug 10, 2023
1 parent fa3520f commit bc7c4ef
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This is a changelog of important/interesting things that go into production releases.

## 2023-08-10

### Changed

* Upgrade Docker image from `python:3.11-slim-bullseye` to `python:slim-bookworm`
* Upgrade `msgpack` from 1.0.4 to 1.0.5
* Upgrade `praw` from 7.6.1 to 7.7.1
* Upgrade `pydantic` from 1.10.5 to 1.10.11
* Upgrade `requests` from 2.28.2 to 2.31.0
* Upgrade `redis` from 4.5.1 to 4.5.5
* Upgrade `structlog` from 22.3.0 to 23.1.0

## Fixed

* Fix series flair code to support new subreddit flair names

## 2023-02-24

### Changed
Expand All @@ -18,7 +34,7 @@ This is a changelog of important/interesting things that go into production rele

### Fixed

* Propery handle rate limit messages that contain singular time units (e.g. `minute` instead of `minutes`)
* Properly handle rate limit messages that contain singular time units (e.g. `minute` instead of `minutes`)

## 2022-09-20

Expand Down

0 comments on commit bc7c4ef

Please sign in to comment.