···7788## [Unreleased]
991010-(No changes yet. Add entries here before cutting a release.)
1010+### 📚 3rd party library updates
1111+1212+### 🛠 Breaking changes
1313+1414+### 🎉 New features
1515+ - Add Postgres execution result store ([#171](https://github.com/roostorg/osprey/pull/171) by [@serendipty01](https://github.com/serendipty01))
1616+1717+### 🐛 Bug fixes
1818+
···2626 Minio execution result store
2727 """
28282929+ POSTGRES = auto()
3030+ """
3131+ Postgres execution result store
3232+ """
3333+2934 PLUGIN = auto()
3035 """
3136 Execution result store that is defined via register_execution_result_store