<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DATA-9096_set_release_date:1" author="rshield" run-on-change="true">
        <query>
            match(gsr:GlobalSoundRecording {isrc: 'QM6N22123402'}) 
            set gsr.releaseDate = date('2021-05-14')
        </query>
    </changeset>
</changelog>
