Skip to content

Commit

Permalink
Release v2.0.3 (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Feb 13, 2024
1 parent 18fdab2 commit a6fc49f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Unreleased

## 2.0.3

- Breaking: Go version 1.20 is now the minimum required version to build this project. (#586)
- Minor: Block direct requests to private IPs. (#529)
- Breaking: Remove the `/twitchemotes/` endpoints. See [issue 332](https://github.com/Chatterino/api/issues/332) for more information. (#465)
- Minor: Block direct requests to private IPs. (#529)
- Minor: Use Twitter OG tags if no Twitter credentials are configured. (#522)
- Minor: Support `x.com` for tweets. (#527)
- Minor: Increase tweet cache duration for non-credentialed requests to 24h. Currently not configurable. (#528)
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "2.0.2"
const Version = "2.0.3"

0 comments on commit a6fc49f

Please sign in to comment.