From c44216fb2fc9d889a80ea16f913f8c78b5501278 Mon Sep 17 00:00:00 2001
From: oberblastmeister <61095988+oberblastmeister@users.noreply.github.com>
Date: Sun, 10 Jul 2022 11:30:44 -0400
Subject: [PATCH] Bump version and update changelog (#347)

* update changelog

* fix version
---
 changelog.md    | 6 ++++++
 primitive.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index ffb69c0..1954a02 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+## Changes in version 0.8.0.0
+
+  * New module `Data.Primitive.PrimVar`
+
+  * `PrimArray`'s type argument has been given a nominal role instead of a phantom role
+
 ## Changes in version 0.7.4.0
 
   * Add Lift instances (#332)
diff --git a/primitive.cabal b/primitive.cabal
index 5ead8ca..764125e 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:  2.0
 Name:           primitive
-Version:        0.7.4.0
+Version:        0.8.0.0
 License:        BSD3
 License-File:   LICENSE
 
-- 
GitLab