Skip to content

Commit 6fbf861

Browse files
authored
Merge pull request #122 from minibikini/v1-release
2 parents 9887ebb + bccd9da commit 6fbf861

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.0 - 2025-09-06
4+
5+
After 9 years of stable service, it's finally time for v1.0.0!
6+
7+
### Added
8+
9+
- Added a language reference list with ISO codes and names.
410

511
### Changed
612

713
- Drop support for Elixir v1.17 and lower. Minimum supported version is now Elixir v1.18.
14+
- Replaced `Tesla` dependency with `Req`.
815

916
## 0.6.0 - 2022-06-12
1017

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add `paasaa` to your list of dependencies in `mix.exs`:
1515

1616
```elixir
1717
def deps do
18-
[{:paasaa, "~> 0.6.0"}]
18+
[{:paasaa, "~> 1.0.0"}]
1919
end
2020
```
2121

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Paasaa.Mixfile do
44
def project do
55
[
66
app: :paasaa,
7-
version: "0.6.0",
7+
version: "1.0.0",
88
elixir: "~> 1.18",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)