diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc5e5968..96cbfc059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.48.2] - Sep 13, 2021 ### Bug fixes diff --git a/package.yaml b/package.yaml index 4d21d9154..2d18dc1e9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: differential-datalog -version: 0.48.1 +version: 0.48.2 github: "vmware/differential-datalog" license: MIT author: "Leonid Ryzhyk" diff --git a/src/Language/DifferentialDatalog/Version.hs b/src/Language/DifferentialDatalog/Version.hs index 7b8fe3230..3a9e76292 100644 --- a/src/Language/DifferentialDatalog/Version.hs +++ b/src/Language/DifferentialDatalog/Version.hs @@ -33,7 +33,7 @@ import Data.List -- Keep this in sync with the binary release version on github dDLOG_VERSION :: String -dDLOG_VERSION = "v0.48.1" +dDLOG_VERSION = "v0.48.2" gitInfoCwdTry :: Either String GitInfo gitInfoCwdTry = $$tGitInfoCwdTry