From 0c1ac6145746e8c401543d600b8447b9a3f40504 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 31 Aug 2022 10:13:23 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aada6f9d..dc1d8648 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ All documentation is contained in the generated hex documentation located [here](https://hexdocs.pm/ash). Head there for installation and usage information. What follows is only a brief introduction to Ash. -## Is the project still in beta? +## Big News -Ash is quite stable, but is technically still in beta. It is being used in production and has had many success stories along the way. 2.0.0 is coming very soon which will bring the project out of beta, and *may* contain some small breaking changes. The primary thing holding back the next release is an overhaul of the documentation, currently happening at https://www.ash-hq.org. For a funny story about why the package is in 1.0.0+ version but still in beta, see [below](#100-beta). +2.0 release coming soon! # Dependency @@ -38,7 +38,7 @@ end ### APIs - [AshJsonApi](https://hexdocs.pm/ash_json_api) -- [AshGraphql (beta)](https://hexdocs.pm/ash_graphql) +- [AshGraphql](https://hexdocs.pm/ash_graphql) ### Authorizers