Extract some lines from text file?

Hi,

i have a text file with changelogs of some versions and i want to extract the lines belonging to the latest version.

The file looks like:

----------------

version 1.0.0.1

[some features, some lines]

version 1.0.0.0

[some features, some lines]

---------------

How can i extract the lines from "version 1.0.0.1" til the line before "version 1.0.0.0"?

Thanks for your help!