From 72de35803fb9f36cb6f448f4a511d8640f3dde6f Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:06:48 -0400 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..23810346 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2025-04-14) + + +### Features + +* Add historical data to Phx metrics ([#617](https://github.com/beam-community/elixir-companies/issues/617)) ([4c1a892](https://github.com/beam-community/elixir-companies/commit/4c1a8929412dd9b0aefbea06b5a1660a8314194a)) +* add Keila ([#757](https://github.com/beam-community/elixir-companies/issues/757)) ([897eb7f](https://github.com/beam-community/elixir-companies/commit/897eb7f716919b269d6d5420eca2baa7fabcb2ca)) +* add River ([#751](https://github.com/beam-community/elixir-companies/issues/751)) ([3cbb15c](https://github.com/beam-community/elixir-companies/commit/3cbb15c0ab36eb9c8bcd35910eeef15b7c6efac5)) +* Add Whatnot ([#754](https://github.com/beam-community/elixir-companies/issues/754)) ([274948b](https://github.com/beam-community/elixir-companies/commit/274948b7aff25eaa00dbd48a12232a0edb26f2c6)) +* Convert to new historical_data API ([#618](https://github.com/beam-community/elixir-companies/issues/618)) ([7bfb273](https://github.com/beam-community/elixir-companies/commit/7bfb273b78e9fb72129e8e85905cb9d431ce7c8a)) +* Hedgehog ai ([#756](https://github.com/beam-community/elixir-companies/issues/756)) ([393796e](https://github.com/beam-community/elixir-companies/commit/393796e0cd264919519fad92c44e103167edf211)) +* update edit and delete buttons for company cards, [#469](https://github.com/beam-community/elixir-companies/issues/469) ([#489](https://github.com/beam-community/elixir-companies/issues/489)) ([883b0cb](https://github.com/beam-community/elixir-companies/commit/883b0cb25e056e86cc2c66196efe3ae7b2c474c1)) + + +### Bug Fixes + +* 668: cannot load_more companies ([#670](https://github.com/beam-community/elixir-companies/issues/670)) ([232824a](https://github.com/beam-community/elixir-companies/commit/232824a660175471e0777d7e593f63d3655b7e9d)) +* rm non-functional industries select, make search box bigger ([#705](https://github.com/beam-community/elixir-companies/issues/705)) ([5193154](https://github.com/beam-community/elixir-companies/commit/5193154f76851428109845098fff8c654f2da9a6)) diff --git a/mix.exs b/mix.exs index 6ebfeaff..2b7ebc57 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Companies.MixProject do def project do [ app: :companies, - version: "0.1.0", + version: "1.0.0", elixir: "~> 1.17", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),