Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.7.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ complete changelog, see the git history for each version via the version links.

[hex package page]: https://hex.pm/packages/redbird

## [0.7.3](https://github.com/beam-community/redbird/compare/v0.7.2...v0.7.3) (2026-01-29)


### Bug Fixes

* Manifest version and config ([5950928](https://github.com/beam-community/redbird/commit/5950928b6f8f8bfeece18cdc3a8cf0c6ccbc5c41))

## [0.7.2](https://github.com/beam-community/redbird/compare/v0.7.1...v0.7.2) (2025-06-25)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Redbird.Mixfile do
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
version: "0.7.2",
version: "0.7.3",
package: package(),
description: "A Redis adapter for Plug.Session",
source_url: "https://github.com/beam-community/redbird",
Expand Down
Loading