Owncloud code integrity popup upgrading to 10.03 [SOLVED]

I update owncloud to 10.0.3 and I got a message like “There were problems with code integrity check”

The list of invalid files was appear like this:

 Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- core
	- FILE_MISSING
		- CHANGELOG.md

Raw output
==========
Array
(
    [core] => Array
        (
            [FILE_MISSING] => Array
                (
                    [CHANGELOG.md] => Array
                        (
                            [expected] => 1b1ce4226543ae79917a49ad7fbb1557f6368e3598b27232b4df3b1adf0ef29d2e2e47dbc2455757254c5bf38e3d728d5d010ecfd83762210d707f10ebe0b152
                            [current] => 
                        )

 

SOLVED!

I downloaded owncloud-10.0.3.zip again.
Inside the archive is a file “owncloud/CHANGELOG.md”, which I copied to the “owncloud/core” folder on my server.
Then rescan and everything it’s ok!

Thanks  milamber