diff --git a/rattletrap.cabal b/rattletrap.cabal
--- a/rattletrap.cabal
+++ b/rattletrap.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: rattletrap
-version: 12.0.3
+version: 12.1.0
 synopsis: Parse and generate Rocket League replays.
 description: Rattletrap parses and generates Rocket League replays.
 
diff --git a/src/lib/Rattletrap/Data.hs b/src/lib/Rattletrap/Data.hs
--- a/src/lib/Rattletrap/Data.hs
+++ b/src/lib/Rattletrap/Data.hs
@@ -452,6 +452,7 @@
         ("TAGame.Team_TA:GameEvent", AttributeType.FlaggedInt),
         ("TAGame.Team_TA:LogoData", AttributeType.FlaggedInt),
         ("TAGame.Vehicle_TA:bDriving", AttributeType.Boolean),
+        ("TAGame.Vehicle_TA:bHasPostMatchCelebration", AttributeType.Boolean),
         ("TAGame.Vehicle_TA:bPodiumMode", AttributeType.Boolean),
         ("TAGame.Vehicle_TA:bReplicatedHandbrake", AttributeType.Boolean),
         ("TAGame.Vehicle_TA:ReplicatedSteer", AttributeType.Byte),
diff --git a/src/test/Main.hs b/src/test/Main.hs
--- a/src/test/Main.hs
+++ b/src/test/Main.hs
@@ -67,6 +67,7 @@
     ("1ae4", "a game time"), -- https://github.com/tfausak/rattletrap/commit/d08176e
     ("1bc2", "no padding after the frames"), -- https://github.com/tfausak/rattletrap/commit/c9a2dd8
     ("1d1d", "a camera pitch"), -- https://github.com/tfausak/rattletrap/commit/ee7afa0
+    ("1d25", "bumblebee"), -- https://github.com/tfausak/rattletrap/issues/280
     ("1ec9", "a V1.63 match"), -- https://github.com/tfausak/rattletrap/pull/132
     ("1ef9", "a private hoops match"), -- https://github.com/tfausak/rattletrap/commit/5570839
     ("1f37", "splitscreen players"), -- https://github.com/tfausak/rattletrap/commit/c4d2f32
