Where can I download older versions of Postman?

I couldn’t import Swagger 2.0 in Postman 7.30.1 (latest), I got unable to parse error.
I came here and downloaded 7.2.0 using the link https://dl.pstmn.io/download/version/7.2.0/win64
Importing the file there gave me error about missing “info.title” element, I added it to the Swagger json and successfully imported it.
The fixed file can also be imported in latest Postman.

So to the Postman team:

  1. Don’t require “info.title” as it’s optional.
  2. Give better error messages when importing files like in 7.2.0