diff --git a/CHANGELOG.md b/CHANGELOG.md index 026d78000..cee878820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.8.2 (unreleased) +## 2.8.2 (2021-12-15) - Fixed sorting by name on space page when historical space stats are not enabled - Fixed deprecation warnings with Active Record 7 diff --git a/lib/pghero/version.rb b/lib/pghero/version.rb index a3931ab8e..356a99130 100644 --- a/lib/pghero/version.rb +++ b/lib/pghero/version.rb @@ -1,3 +1,3 @@ module PgHero - VERSION = "2.8.1" + VERSION = "2.8.2" end