Welcome to the 50th changelog! This week the team was heads down planning a bunch of exciting new features that we will be adding in the upcoming months. However, with the help of our community, we were still able to make a few useful updates to the platform.
railway delete in CLI
You are now able to delete projects using the Railway CLI. Thanks TaroballzChen for the suggestion! If you have 2FA enabled on your account you will still need to delete projects through the dashboard so that you can enter the 2FA code.

Add Mongo Database
Last week, we added a feature to allow users to switch between Mongo databases. This week, we expanded upon that by allowing users to create custom databases within the Mongo UI on Railway!

Open Source Railway Blog
When we launched our blog, we had a starter project that allowed users to create a blog exactly like ours. But, over time our blog started getting improvements and we couldn't really keep the starter up-to-date. So, as of today, our blog is open-source and the starter for the blog on Railway points directly to our official blog!

Improvements and Fixes
- Fix issue with Changelog not working due to changes to the Notion API
- railway up a specific directory. Thanks Sunney-X